Skip to content

v0.8.1 - Autocomplete Fix

Latest

Choose a tag to compare

@h-a-graham h-a-graham released this 10 Feb 23:47

Bug Fixes

  • Fixed single-line autocomplete - Completions now work when the cursor is at the end of single-line SQL strings (e.g. dbExecute(con, "SELECT ..."))

New Features

  • Debug SQL Detection command - New command to diagnose autocomplete issues at cursor position (Command Palette → "DuckDB R Editor: Debug SQL Detection at Cursor")
  • Manual test suite - Added examples/test_autocomplete.R with diverse test cases

Documentation

  • Added Ctrl+Space tip for manually triggering completions
  • Documented debug command in README

Installation

Download duckdb-r-editor-0.8.1.vsix and install via:
Positron: Extensions → ... → Install from VSIX

Full Changelog: v0.8.0...v0.8.1