Skip to content

feat: add code autocomplete to editor#3777

Open
m4cd4r4 wants to merge 1 commit intoBoostIO:masterfrom
m4cd4r4:fix/issuehunt-2567
Open

feat: add code autocomplete to editor#3777
m4cd4r4 wants to merge 1 commit intoBoostIO:masterfrom
m4cd4r4:fix/issuehunt-2567

Conversation

@m4cd4r4
Copy link

@m4cd4r4 m4cd4r4 commented Mar 25, 2026

Fixes #2567

Summary

  • Ctrl+Space triggers autocomplete in the CodeMirror editor
  • Completions sourced from user-defined snippets and document words
  • Styled hint dropdown with matching highlight

IssueHunt

Resolves bounty: https://oss.issuehunt.io/r/BoostIo/Boostnote/issues/2567

Adds Ctrl+Space autocomplete using CodeMirror show-hint addon.
Provides completions from user-defined snippets and document words.

Fixes BoostIO#2567
IssueHunt: https://oss.issuehunt.io/r/BoostIo/Boostnote/issues/2567
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

code auto complete

1 participant