Lsp: Option to disable autocomplete feature

Created on 28 Jun 2019  路  3Comments  路  Source: sublimelsp/LSP

  • OS and language server
    Linux/gopls
  • How you installed LSP
    git

I appreciate it if you would provide an option to disable the autocomplete functionality.

Thank you.

enhancement

Most helpful comment

There is a new disabled_capabilities setting, adding "completion" to the array in your LSP settings should stop LSP from contributing to Sublime's autocompletion UI.

All 3 comments

Almost a duplicate of #574.

We could let the user blacklist some capabilities in an LSP setting and filter those out of our initialize request, saving us the effort of creating a new setting for every feature users want to disable.

There is a new disabled_capabilities setting, adding "completion" to the array in your LSP settings should stop LSP from contributing to Sublime's autocompletion UI.

Amazing work, thank you.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

JeremyBois picture JeremyBois  路  6Comments

arsham picture arsham  路  4Comments

tomv564 picture tomv564  路  4Comments

chenglou picture chenglou  路  4Comments

evandrocoan picture evandrocoan  路  7Comments