Reputation: 112
How to change font size/style on specific code lines on intellij IDEA without changing the overall settings?
Upvotes: 0
Views: 357
Reputation: 6797
You cannot change font size/style for specific lines, only some formatting settings (right-click on text selection > Show context actions > Adjust code style settings).
You can, however, use bookmarks to highlight various parts of code.
After that you can browse through your bookmarks in the Favorites tool window (Alt+2
) or the Bookmarks pop-up window (Shift+F11
):
Upvotes: 1