BoostNote-Legacy icon indicating copy to clipboard operation
BoostNote-Legacy copied to clipboard

feat: add code autocomplete dropdown using CodeMirror show-hint

Open Adityapradh opened this issue 5 months ago • 0 comments

🧠 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-hint addons.
  • Configured autocomplete trigger on Ctrl + Space.
  • Added extraKeys option to enable the dropdown.
  • Verified UI and CodeMirror behavior.

✅ Related Issue

Closes #2567

Adityapradh avatar Jul 20 '25 13:07 Adityapradh