leora
leora

Reputation: 196831

Is there anyway to view line numbers on sass fiiles in visual studio?

I installed web workbench and started playing around with sass inside visual studio but I can't figure out how to have visual studio show line number on these scss files. Is this possible?

Upvotes: 2

Views: 450

Answers (1)

Saeb Amini
Saeb Amini

Reputation: 24449

You have to enable "Line Numbers" for Plain Text files in Options > Text Editor:

enter image description here

The text editor will then display line numbers:

enter image description here

Upvotes: 2

Related Questions