Use custom config for completions plugin#1619
Merged
Merged
Conversation
Collaborator
|
Do we want to call it "ghcide-completions"? |
Collaborator
Author
|
The name "ghcide-completions" comes from its descriptor: In my opnion we'd better not introduce new names for the key, but use descriptors to keep things simple. Besides, I don't think it would be great to call the key "completions", because there might be other plugins are providing completion functionality as well. |
Collaborator
|
One option is to merge all the "ghcide-" descriptors into a single one and call it simply "HLS" or "haskell" |
Collaborator
Author
|
Currently |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
haskell.completionSnippetsOnProperties(Regularize custom config of plugins #1576) to define the custom config, including switches of whether to enable snippets and auto extending import lists.Clients now shoud provide JSON value like:
in the section
haskell.pluginto control completions plugin.