-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
"editor.parameterHints.enabled": false does not work (plz help me) #9314
Comments
I think that problem is related to |
I want to use both |
Yeah, our autocompleteAddParentheses feature triggers the |
Sorry, I couldn't understand very well. Because I'm not good at English. I want to use
|
It's a bug or missing feature behavior -- we don't follow the editor.parameterHints.enabled setting when we call the "editor.action.triggerParameterHints" command, and it looks like VS Code itself doesn't change the behavior itself when that setting is called. |
Oh! Thank you. I'll be waiting for the bug to be fixed :) |
The fix is available with 1.13.3 (pre-release): https://github.com/microsoft/vscode-cpptools/releases/tag/v1.13.3 |
Issue Type: Bug
Hi, I'm korean. So plz understand to my terrible English.
And I'm a noob :(
This is my first post at Github.
I added
"editor.parameterHints.enabled": false
that setting in mysettings.json
file. But it does not work.I usually work at C language.
While I type C source code (*.c)
( example
printf()
,scanf()
)when I type a something message in bracket(like
printf();
,scanf();
), I sawint printf(const char *const _Format, ...)
in that parameter hint.After I changed
"editor.parameterHints.enabled": false
this,int printf(const char *const _Format, ...)
this hint is not appear when I typeprintf()
manually.But when I use autocomplete(intellisense C/C++ Extension),
that parameter hint apper every each time!!!
In conclusion,
"editor.parameterHints.enabled": false
I type manually(one spell by one spell), that parameter hint is invisible.
I type with autocomplete, that parameter hint appear.
It's really annoying me.
plz comment. Thanks.
Extension version: 1.9.8
VS Code version: Code 1.67.1 (da15b6fd3ef856477bf6f4fb29ba1b7af717770d, 2022-05-06T12:37:03.389Z)
OS version: Windows_NT x64 10.0.19044
Restricted Mode: No
System Info
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: enabled
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
A/B Experiments
The text was updated successfully, but these errors were encountered: