Skip to content

Add CompletionItem.documentation to provide more details about completion options.

Compare
Choose a tag to compare
@kortina kortina released this 24 Aug 01:38
· 199 commits to master since this release

Add CompletionItem.documentation to provide more details about completion options.

Enhancements:

  • Set CompletionItem.documentation to the file contents, giving more detail to disambiguate between long / similar filenames. Closes #38. Tx @ahazxm
    • Add vscodeMarkdownNotes.compileSuggestionDetails setting, which determines whether to render the markdown in the CompletionItem.documentation
      • true: true
      • false: false

Diff:

https://github.com/kortina/vscode-markdown-notes/compare/fa011bb64c363a05231a043f39f800e7497617a9..271cf75cc2311a120eabd08f060270f927c0e401