Open siduck opened 2 years ago
Let's make this as a meta issue for missing completions. I would like to get the requests in this format:
|
as the caret)Here is an example:
property
of a component (property mainNav : Bool = false
)<Navbar |></Navbar>
mainNav={${1}}
I've seen many completitions missing , Basic things which were mentioned in the mint guide like control expressions , functions, modules etc.
For example :
Where as tsserver doesnt provide snippets but it does provide text based completion, for example if there's a 'for' item in the completion menu then tab completing it will result in for.
Im not asking for snippets! I just need the completion item to complete itself like basic keywords like if , for , fun etc should show in the completion menu at least.
Completions missing :
if , else
while , for
fun
module
switch
( note : I just mean the completion of those above as texts only , not as in snippets . like typing 'swi' must get the completion menu show up 'switch' keyword completion and if i select it , it'll complete swi -> switch )
a LSP server must provide lsp completions for all the syntax being used in the language
Hi! I dont see completions like mainPath,render, component , fun etc and other basic stuffs. These are basic variables and it would be helpful to add them in the lsp.