You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Sija
added
the
tooling
Tooling related feature (formatter, documentation, production builder)
label
Nov 12, 2021
I've seen many completitions missing , Basic things which were mentioned in the mint guide like control expressions , functions, modules etc.
For example :
Typing fo must bring up the completion for 'for' .
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.
The text was updated successfully, but these errors were encountered: