F5F Stay Refreshed Software General Software : What causes random notes to appear in Visual Studio Code when coding?

: What causes random notes to appear in Visual Studio Code when coding?

: What causes random notes to appear in Visual Studio Code when coding?

U
Udlu
Member
193
11-06-2016, 11:08 AM
#1
A bit of a long shot be here we go.
I'm sure this has a very simple explanation but I just can't figure out why when I Java using Visual Studio Code I get this random pop up every now and then.
when creating a new simple String I got a "original:" added into it by the software itself (if I try and copy the entire line it doesn't copy the "original:" part:
https://prnt.sc/1hJG03iaEJKw
Another time is where I print out a simple line and get a "x:" added as well:
https://prnt.sc/zHwkF2fbs3Ko
Would love it if there's a solution found.
Thanks.
U
Udlu
11-06-2016, 11:08 AM #1

A bit of a long shot be here we go.
I'm sure this has a very simple explanation but I just can't figure out why when I Java using Visual Studio Code I get this random pop up every now and then.
when creating a new simple String I got a "original:" added into it by the software itself (if I try and copy the entire line it doesn't copy the "original:" part:
https://prnt.sc/1hJG03iaEJKw
Another time is where I print out a simple line and get a "x:" added as well:
https://prnt.sc/zHwkF2fbs3Ko
Would love it if there's a solution found.
Thanks.

D
DJ_PvPz
Member
184
11-06-2016, 03:13 PM
#2
Does your Java code function correctly? If not, what specific error messages appear?
Not a Java expert (full transparency) but I’d review the formatting closely.
Why do both “original” and “x” appear in the same white text? That might be a hint.
D
DJ_PvPz
11-06-2016, 03:13 PM #2

Does your Java code function correctly? If not, what specific error messages appear?
Not a Java expert (full transparency) but I’d review the formatting closely.
Why do both “original” and “x” appear in the same white text? That might be a hint.

3
3gilad3
Senior Member
735
11-06-2016, 06:24 PM
#3
The program functions correctly. The problem was actually related to VSCode’s “Inlay hints” feature, which could be disabled via the settings.
3
3gilad3
11-06-2016, 06:24 PM #3

The program functions correctly. The problem was actually related to VSCode’s “Inlay hints” feature, which could be disabled via the settings.