We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--- mirror of VSCode's `typescript.suggest.completeFunctionCalls` complete_function_calls = false,
on false: imports the function with parentheses ( ) on true: has no issues
on false: imports the function without parentheses
This setting causes react functional component to import with the parentheses and no way to fix it right now
The text was updated successfully, but these errors were encountered:
I think it's duplicate of #239. For now a PR to solve is open, but author haven't made any progress for some time. #240
Sorry, something went wrong.
apologies for not checking, and thank you for the info
No branches or pull requests
Current Behaviour
on false: imports the function with parentheses ( )
on true: has no issues
Expected Behaviour or vscode behaviour with same setting
on false: imports the function without parentheses
This setting causes react functional component to import with the parentheses and no way to fix it right now
The text was updated successfully, but these errors were encountered: