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
First off, great work on this! It's going to significantly improve the lives of my own plugin's users who pair it with the free Community Edition IDEs by providing quite reasonable JS/TS/CSS support.
One thing I've noticed when playing with it is that when code completions are offered for methods and functions, it doesn't seem to use ParenthesesInsertHandler#NO_PARAMETERS/WITH_PARAMETERS, so the user has to add the parentheses manually. It's not a huge thing, but it's definitely a solid quality-of-life feature that makes overall typing of code so much more seamless.
I've also noticed that the signature information displayed as the completion lookup element tail text doesn't consistently show the signature. It seems to be missing at first and then fills in as I cursor up and down through the offered completions. Perhaps that's related?
Anyway, let me know if I can offer any other useful information, and thanks again for the wonderful work!
The text was updated successfully, but these errors were encountered:
It's going to significantly improve the lives of my own plugin's users who pair it with the free Community Edition IDEs by providing quite reasonable JS/TS/CSS support.
One thing I've noticed when playing with it is that when code completions are offered for methods and functions, it doesn't seem to use ParenthesesInsertHandler#NO_PARAMETERS/WITH_PARAMETERS, so the user has to add the parentheses manually. It's not a huge thing, but it's definitely a solid quality-of-life feature that makes overall typing of code so much more seamless.
I've also noticed that the signature information displayed as the completion lookup element tail text doesn't consistently show the signature. It seems to be missing at first and then fills in as I cursor up and down through the offered completions. Perhaps that's related?
Same thing, those signature are managed with the language server, perhaps you can configure it?
Anyway, let me know if I can offer any other useful information, and thanks again for the wonderful work!
First off, great work on this! It's going to significantly improve the lives of my own plugin's users who pair it with the free Community Edition IDEs by providing quite reasonable JS/TS/CSS support.
One thing I've noticed when playing with it is that when code completions are offered for methods and functions, it doesn't seem to use
ParenthesesInsertHandler#NO_PARAMETERS/WITH_PARAMETERS
, so the user has to add the parentheses manually. It's not a huge thing, but it's definitely a solid quality-of-life feature that makes overall typing of code so much more seamless.I've also noticed that the signature information displayed as the completion lookup element tail text doesn't consistently show the signature. It seems to be missing at first and then fills in as I cursor up and down through the offered completions. Perhaps that's related?
Anyway, let me know if I can offer any other useful information, and thanks again for the wonderful work!
The text was updated successfully, but these errors were encountered: