Keyboard shortcut to fix error in netbeans - netbeans

Whats the keyboard shortcut to open the list of possible solutions to an error. The button is to the left of an error and looks like a little light bulb. I would like to use this without reaching for my mouse.

The default Shortcut is Alt+Enter. It is also accessible in Source/Fix Code.

Related

Vscode my cursor turn into overtype everytime when i did ctrl + c

i got error when im did ctrl+c and it become like this
and its so annoying that i need to click Ins button to get it back that look like normal. something like this.
try to search at my keyboard shortcuts and user keybindings and i didnt find anything wrong. it showing up when i learning of new neovim IDE and when i set the :set paste and when i got back to vscode it change my shortcut already.
might be wrongly change my keyboard shortcuts. is there any way to change it back?
i tried to uninstall keyboard driver and restart my laptop. and i still got the same result as before. when i did ctrl + c it will turn to be overtype mode

How to search ('Ctrl+F') in 'output' panel in VS Code?

I used to be able to be able to Ctrl+F to search whatever was logged in VS Code. Now, for some unknown reason, the search bar doesn't show up when I type in Ctrl+F.
I am on version 1.57, which is the latest at this time.
This question if for the Debug Console which isn't the tab I am looking at.
Click anywhere inside the output panel, and then press Ctrl + F
I realized that the Vim extension is what is causing this. Ctrl+F is for scrolling and although previously Vim keyboard shortcuts didn't work in the output panel, they seem to have been extended to it recently see this issue I raised.

Eclipse shortcut for getting the error context menu

Well the title may be little confusing, but I believe everyone is familiar with the feature that Eclipse usually lets you autocorrect the possible mistakes just by clicking a light bulb
icon present at the left margin of the code editor. When we press that light bulb, we get some autocorrect options in a context menu. Is there any available shortcut for that?
I think you mean Ctrl+1 (Press the Control-Key then without releasing it, press the One-Key)
That should pop up that menu, if the cursor is on the error (in your case between the C and the l from CustomerImpl).

Problem with eclipse text editor

Does anyone ever have problem like this??
The "Enter" , "Tab" , and "space" character is shown .. and I don't know how to fix it. I have tried to restart the Eclipse, change the Android SDK, and also restart my computer. but nothing seems to work. everything stays like that. It's not a relly big problem, but it feels really annoying to see all those character floating around.
anyone have solution?
In the preferences, go to General > Editors > Text Editors and disable "Show whitespace characters". I'm sure you pressed some kind of keyboard shortcut to enable it in the first place.

Flash Builder - Disable highlighting of all instances of a word in code editor?

In Flash Builder, for objects, properties, variables and such where your cursor is on it, the editor highlights all instances of that name in the code with a grey box. This can be very distracting and I was wondering if there was a way to turn it off or if there is a hot key to disable it.
Another things that is very distracting are the mouse hover popups, although apparently there's no way to disable those :
Flash Builder + Eclipse: disable mouse hover popup?
I have been annoyed by this as well, and finally found something that helps. You need to turn off "Mark Occurrences" by clicking the button in the IDE that looks like a highlighter.
Here is a link to where I found that answer:
http://jwopitz.wordpress.com/2008/02/22/flex-builder-3-annoyance-code-highlighting-how-do-you-turn-this-thing-off/