Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bookmarks in Intellij

Eclipse has a feature called Bookmarks where one can make notes against specific lines of code and also a View to see all these bookmarks. Does IntelliJ have anything like this natively or as an add-on?

like image 883
swish41ffl Avatar asked Nov 29 '16 19:11

swish41ffl


1 Answers

on mac you can add a bookmark with f3, then command-f3 will bring up all of your bookmarks and you can add notes to them individually.

Edited to add: for windows/linux it's f11 and shift-f11

like image 125
crumbug Avatar answered Sep 21 '22 17:09

crumbug