Skip to content

bug: settings.complete_function_calls doesn't work as expected #291

New issue

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

Closed
shyamayadav154 opened this issue Aug 11, 2024 · 2 comments
Closed

Comments

@shyamayadav154
Copy link

--- mirror of VSCode's `typescript.suggest.completeFunctionCalls`
    complete_function_calls = false,

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

@KostkaBrukowa
Copy link
Collaborator

KostkaBrukowa commented Aug 12, 2024

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

@shyamayadav154
Copy link
Author

apologies for not checking, and thank you for the info

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants