Disable type pop-over per language…? #31490
Replies: 4 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
-
@SomeoneToIgnore I'm sorry, but adding "show_signature_help_after_edits": false, didn't change anything and that's to be expected since its default value is already false: ![]() |
Beta Was this translation helpful? Give feedback.
-
Sorry that I wrote "when I type". I realize that this popover turns up without typing too when just moving the cursor. |
Beta Was this translation helpful? Give feedback.
-
Turned out it was
that I for some reason had set to true. Using typescript/tsx it seems I'm considered always inside parenthesis. I think it kinda mis-triggers for the intention of the feature? Would love to have this setting per language instead. I think I might have turned this on while working with Scala + Metals where it might have worked better for "docs on params when writing function calls" - as I think is the intention? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is actually a question - I've just banged my head on finding a setting for too long. On ts/tsx I have this really annoying issue of type popovers displaying all the time whenever I type or just move the cursor. They hide what I actually need to look at:
and I need to hit escape thousands of times a day just to read my code.
I think there must be some setting I just haven't found, but I really can't figure it out and I've spent too much time on it and just fallen back to hitting escape repeatedly.
Am I missing something obvious?
Settings are just standard with vtsls, logs look fine I think?
Beta Was this translation helpful? Give feedback.
All reactions