By using the YellowMarker extension, you can easily highlight (with a yellow background, like when using a highlighter on a piece of paper) any piece of code. This can be extremely useful when navigating code files - for example, you can highlight the class definition lines, and the method definition lines that you work on, and thus it will be extremely easy to return to those areas after browsing the code file looking for something else.
YellowMarker Details
-
YellowMarker uses a light yellow gradient to highlight any code area you desire. You can see below how this marking looks like when applied to two class definition lines:
-
When you want to highlight a code piece in the editor, all you have to do is select that code area, press 'Ctrl+Shift' on the keyboard and then perform a horizontal mouse gesture. Removing an existing highlight is equally easy, i.e. you select any area of the highlighted piece of code, press 'Ctrl+Shift' on the keyboard and, again, perform a horizontal mouse gesture. The following short demo makes this process extremely clear:
What's New In version 1.1
-
Changed the keyboard modifier from Ctrl to Ctrl+Shift in order to avoid conflicts.






