Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sublime Text 3: Highlight current line

Tags:

sublimetext3

I am using sublime text 3. I want to highlight current/active line. I did not find anyway.

Thanks in advance.

like image 953
Dev Hub Avatar asked May 27 '16 07:05

Dev Hub


People also ask

How do I highlight a line in Sublime Text?

In Sublime Text, you can select lines with a keystroke. Hit Cmd–L (Mac) or Ctrl–L (Windows) to select the current line.

How do I highlight in Sublime Text 3?

Simply use Alt + Space to mark selected text.

How do I change the highlight color in Sublime Text 3?

Changing the selection colour in Sublime Text 3Open the command palette with ⌘+⇧+P on mac iOS (for windows/linux Ctrl + Shif + P) and type prv to get the PackageResourceViewer options. Choose Open Resource >> Color Scheme – Default >> and choose your theme file to edit.

How do I highlight the current line in Visual Studio?

To specify the color to highlight the current line, go to the Visual Studio options (Tools | Options), open the Environment | Fonts and Colors page, and then select the desired color for the ReSharper Current Line Highlight item.


1 Answers

Add the following setting to your menu Preferences => Settings - User

"highlight_line": true,
like image 106
Hassaan Avatar answered Oct 06 '22 20:10

Hassaan