Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Function definition popping up every time when opening bracket #1181

Closed
isavcic opened this issue Aug 31, 2017 · 3 comments
Closed

Function definition popping up every time when opening bracket #1181

isavcic opened this issue Aug 31, 2017 · 3 comments

Comments

@isavcic
Copy link

isavcic commented Aug 31, 2017

Hello,

Function definition is popping up every time when opening bracket like this:

vscode-always-showing-definition

Notice that this is a different popup than a regular mouseover definition popup (which I want to happen):

vscode-mouseover

Is this a bug, and if not, is there any advice how to get rid of it?

Thanks

@ramya-rao-a
Copy link
Contributor

Thats called "Signature Help" or "Parameter Hints"
Its helpful when the function in question has multiple parameters.
As you type the parameter, the underline moves to the current parameter.

You can disable this by setting "editor.parameterHints": false

@isavcic
Copy link
Author

isavcic commented Sep 1, 2017

Thank you for the explanation! Any way to change font size of it?

@ramya-rao-a
Copy link
Contributor

Not at the moment. There is an open issue in vscode tracking that. You can add your upvotes/comments there microsoft/vscode#13480

@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants