Reputation: 196831
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
Reputation: 24449
You have to enable "Line Numbers" for Plain Text files in Options > Text Editor:
The text editor will then display line numbers:
Upvotes: 2