Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ: how did I manage to get a v (check) sign next to the line numbers?

For some reason I managed to get a v sign (like a check sign) next to my line numbers in IntelliJ and I have no idea how it got there. It also marks as a dark blue/black error mark on the right side.

Not only do I wanna know how to remove it because it annoys the hell out of me, but I wanna know how to turn it on again too! ;) Could come in handy some other time :)

like image 424
Tinelise Avatar asked Aug 13 '10 12:08

Tinelise


People also ask

How do I check warnings in IntelliJ?

If you find a warning in a file, you can inspect your entire project, or the necessary scope of files, to ensure that there are no more such warnings in your code base. From the main menu, select Code | Analyze Code | Run Inspection by Name… or press Ctrl+Alt+Shift+I . Type the inspection name in the popup.

How do I get to the error line in IntelliJ?

Navigate between errors or warnings To jump to the next or previous found issue in your code, press F2 or Shift+F2 respectively. Alternatively, from the main menu, select Navigate | Next / Previous Highlighted Error. IntelliJ IDEA places the caret immediately before the code issue.


1 Answers

Edit | Toggle Bookmark (F11).

Edit: (2017/08/23)

In IntelliJ 2017 it is under Navigate | Bookmarks | Toggle Bookmark (F3)

like image 138
CrazyCoder Avatar answered Nov 10 '22 06:11

CrazyCoder