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
Is your feature request related to a problem? Please describe.
There is a single issue with this excellent plugin that is slightly frustrating, namely inserting parentheses when auto-completing function imports - in my case in Python, but others have reported the same for JavaScript. It is hard for me to imagine a case where the current behavior makes sense, and even if it does it would serve only a small fraction of use cases. I chose to report it as a feature request, however it is more severe than that, because inserting parentheses in the import statement results in the incorrect code.
Describe the solution you'd like
The default behavior is simply not to add parentheses when importing functions, because they cannot be called in that context.
The text was updated successfully, but these errors were encountered:
If you use another completion engine i guess you would do something similar.
Now however that currently works only on imports that span only 1 line, and it could disable adding parenthesis sometimes because i use a bad crafted regex
Is your feature request related to a problem? Please describe.
There is a single issue with this excellent plugin that is slightly frustrating, namely inserting parentheses when auto-completing function imports - in my case in Python, but others have reported the same for JavaScript. It is hard for me to imagine a case where the current behavior makes sense, and even if it does it would serve only a small fraction of use cases. I chose to report it as a feature request, however it is more severe than that, because inserting parentheses in the import statement results in the incorrect code.
Describe the solution you'd like
The default behavior is simply not to add parentheses when importing functions, because they cannot be called in that context.
The text was updated successfully, but these errors were encountered: