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.Rwith diverse test cases
Documentation
- Added
Ctrl+Spacetip 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