SublimeText / PackageDev

Tools to ease the creation of snippets, syntax definitions, etc. for Sublime Text.
MIT License
436 stars 83 forks source link

Allow disabling completions/tooltips in settings #286

Closed rchl closed 4 years ago

rchl commented 4 years ago

The new version of https://packagecontrol.io/packages/LSP-json (not released at the time of writing) will provide schema validation and autocomplete for settings through json schemas. With that enabled, autocomplete values for settings end up being duplicated. It would be nice to have an option to disable PackageDev ability to provide completions.

Screenshot 2020-03-20 at 09 08 07

rchl commented 4 years ago

Also same for tooltip with option descriptions as LSP-json also provides those. Currently PackageDev seems to be the one winning the tooltip battle.