VS Code Setting
This may seem silly but it's been really annoying to deal with for a while now. Whenever I use overloaded methods (for example the println or the add method on ArrayList) that can have either different type or number of arguments, I get this box (see image) that lets me arrow between different versions. Does anyone know how to remove this? It takes priority on up/down arrow keys which makes moving between lines of code very frustrating since I frequently use the arrow keys to navigate my code. Like I said, its a small thing, but it happens way to often to me to ignore anymore.
21 Replies
ā
This post has been reserved for your question.
Hey @Pigpen! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./close
or theClose Post
button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.
Stack Overflow
Remove Parameter Hints Box in Visual Studio Code
Someone know's how to remove this box:
"help" box
It's better showed here
try this
I came across parameter hints as well trying to fix this, but I already had them turned off. I'm not sure if its the same thing since it only happens when the method is overloaded and not on just one-off methods.
https://github.com/Microsoft/vscode/issues/28380 this seems to suggest it should fix it, so I'm wondering if I've done something somewhere else by accident to override it. Not sure.
GitHub
Can't figure out how to disable documentation popup when typing Typ...
VSCode Version: Code 1.13.0 (376c52b, 2017-06-08T16:43:13.058Z) OS Version: Windows_NT ia32 10.0.15063 Extensions: Extension Author Version python donjayamanne 0.6.4 tslint eg2 0.15.0 vscode-rust k...
Stack Overflow
How to remove popup window showing function definition in VSCode
When I'm writing the body of a function in VSCode, a window pops up showing the definition of the function, as shown in the attached screenshot. Does anyone know if there's a setting I can use to r...
you could also try this one
but idk if its exactly the same thing you have
you could also try this
Something strange is going on. There are two settings associated with parameter hints in the settings menu: enabled and cycle. The first should enable/disable while the second determines if you can infinitely arrow key up/down through them (cycle or not). Changing enable/disable has no effect, but changing cycle will make it so after reaching the end (10/10 in my screenshot) it will move the cursor, working as expected...why would one work but not the other?
This is for hovering over code, which is normally fine. What I have is only on typing.
can you show the json that you used to disable btw
apparently theres also this
lmao
that you can check
Too long to paste in one message, but here is a screenshot showing the settings.json. I could also send the whole thing if necessary.
Editing cycle has immediate effect, but editing enabled doesn't change anything
can you try the inlay hints then
Did, but I already had inlay/inline hints turned off as well since they just make the code longer. Also, they are actually in the code as opposed to being a pop up
^ permanently in the code as opposed to a temporary pop up that takes key press priority
quite interesting
Yeah, Iām going to eat lunch and ask some of my cs friends if they have any ideas. Thanks for trying š
If you are finished with your post, please close it.
If you are not, please ignore this message.
Note that you will not be able to send further messages here after this post have been closed but you will be able to create new posts.
did you try this btw
you could also play with the settings instead of the json file
file preferences text editor suggestions
I feel you
emotional support mod
:GnuTrolling:
š¤
Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping
.
Warning: abusing this will result in moderative actions taken against you.