BoostNote-Legacy
BoostNote-Legacy copied to clipboard
feat: add code autocomplete dropdown using CodeMirror show-hint
🧠 What this PR does
This PR adds a code autocomplete dropdown in the Code Editor using CodeMirror’s official show-hint addon.
🔧 Implementation Details
- Installed and imported
show-hint,anyword-hintaddons. - Configured autocomplete trigger on
Ctrl + Space. - Added
extraKeysoption to enable the dropdown. - Verified UI and CodeMirror behavior.
✅ Related Issue
Closes #2567