Skip to content

Commit

Permalink
feat(options): added fullNameExternalAutocomplete to options
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Ehrendreich authored and Will Ehrendreich committed Oct 27, 2023
1 parent 4586cb0 commit 0d1d0a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/ionide/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,8 @@ M.DefaultServerSettings = {
excludeProjectDirectories = { "paket-files", ".fable", "packages", "node_modules" },
-- KeywordsAutocomplete: bool option false
keywordsAutocomplete = true,
-- fullNameExternalAutocomplete: bool option false
fullNameExternalAutocomplete = false,
-- ExternalAutocomplete: bool option false
externalAutocomplete = false,
-- Linter: bool option false
Expand Down

0 comments on commit 0d1d0a2

Please sign in to comment.