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

Parameter hints do not disappear #50467

Closed
lishine opened this issue May 25, 2018 · 6 comments
Closed

Parameter hints do not disappear #50467

lishine opened this issue May 25, 2018 · 6 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) info-needed Issue requires more information from poster

Comments

@lishine
Copy link

lishine commented May 25, 2018

Issue Type: Bug

Still show up hints with parameter and function types as I hover over the code!
Please suggest what I can do. Thanks!

Clean install and only the bellow config:

{
    "editor.matchBrackets": false,
    "editor.parameterHints": false,
    "javascript.format.enable": false,
    "javascript.implicitProjectConfig.checkJs": false,
    "typescript.implementationsCodeLens.enabled": false,
    "debug.internalConsoleOptions": "neverOpen",
    "javascript.validate.enable": false,
    "typescript.validate.enable": false,
    "debug.showInStatusBar": "never",
    "debug.hideActionBar": false,
    "debug.openDebug": "neverOpen",
    "typescript.suggestionActions.enabled": false,
    "javascript.suggestionActions.enabled": false
}

VS Code version: Code 1.23.1 (d0182c3, 2018-05-10T17:11:17.614Z)
OS version: Windows_NT x64 10.0.17134

System Info
Item Value
CPUs Intel(R) Core(TM) i5-3317U CPU @ 1.70GHz (4 x 1696)
GPU Status 2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: disabled_software
rasterization: disabled_software
video_decode: enabled
video_encode: enabled
vpx_decode: unavailable_software
webgl: enabled
webgl2: enabled
Memory (System) 11.86GB (3.49GB free)
Process Argv C:\Program Files\Microsoft VS Code\Code.exe
Screen Reader no
VM 0%
Extensions: none
@vscodebot
Copy link

vscodebot bot commented May 25, 2018

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@usernamehw
Copy link
Contributor

"editor.hover": false,// reload the editor

@lishine
Copy link
Author

lishine commented May 25, 2018

Cool ! It works!
But...it turns off many useful hints.
What I actually want to turn off - is all these types hints...

@roblourens
Copy link
Member

I'm not clear which ones you want to see and which you want to hide.

@roblourens roblourens added the info-needed Issue requires more information from poster label May 25, 2018
@lishine
Copy link
Author

lishine commented May 26, 2018

Not see:
Hover over a function or parameter or method or import. It shows (function) or (parameter) or (alias) or (method) :any etc.

See:
Hover over a warning. In settings over a setting

@roblourens
Copy link
Member

This is tracked by #30114, there isn't a good way to do this currently. You can disable the builtin Typescript/Javascript extension if you don't want any TS language features.

@roblourens roblourens added the *duplicate Issue identified as a duplicate of another issue(s) label May 26, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Jul 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

3 participants