Skip to content

Commit

Permalink
Remove setting for prefer_label_over_filter_text
Browse files Browse the repository at this point in the history
  • Loading branch information
tomv564 committed Nov 29, 2019
1 parent 2980d37 commit db08a2e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions LSP.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,6 @@
// Disable Sublime Text's explicit and word completion.
"only_show_lsp_completions": false,

// When presenting completions, prefer the "label" over the "filterText" key
// in the CompletionItem. By default, the "filterText" is chosen over the
// "label". If the "filterText" is not present, fall back to the "label".
"prefer_label_over_filter_text": false,

// Show symbol references in Sublime's quick panel instead of the bottom panel.
"show_references_in_quick_panel": false,

Expand Down

0 comments on commit db08a2e

Please sign in to comment.