Skip to content
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

[Feature Request] JavaScript/TypeScript Function Call SignatureHelp #1410

Open
martinandersen3d opened this issue Aug 30, 2019 · 1 comment

Comments

@martinandersen3d
Copy link

Win 10 | Vetur: 0.22.2 | VS Code: 1.37.0

Problem

In VsCode there is a setting called "Complete Function Calls", at the current moment it does only work for JS and TS files, but it does not work in Vue files. I really miss this feature.

How it works in JS/TS files:

When auto completing a call to a method, it will automatic Add the Parentheses, and method parameters like so:

GIF

How it works in VUE files:

In Vue no Parentheses is added.
complete function calls vue

Reproducible Case

Go to VsCode Settings. Enable "Complete Function Calls"
image

@octref octref changed the title [Feature / bug?] Complete Function Calls [Feature Request] JavaScript/TypeScript Function Call SignatureHelp Dec 12, 2019
@zam157
Copy link

zam157 commented Feb 6, 2021

I have the same problem. Has this issue been solved?

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

No branches or pull requests

3 participants