We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This may not be something you want to do but I'd like to suggest it.
I like to have guidelines at character columns 79 and 120 to help me organise the line-lengths of my code.
Is this something that Guides could add? Or is it already covered by another VSCode plug-in?
For example, in Visual Studio I use “Editor Guidelines” [https://visualstudiogallery.msdn.microsoft.com/da227a0b-0e31-4a11-8f6b-3a149cf2e459].
The text was updated successfully, but these errors were encountered:
TL;DR; Use VSCode configuration key editor.rulers to show your preferred guide lines
editor.rulers
Guides used to have this feature in the past. But after VSCode already implemented it, I recommended you to use those instead.
Sorry, something went wrong.
No branches or pull requests
This may not be something you want to do but I'd like to suggest it.
I like to have guidelines at character columns 79 and 120 to help me organise the line-lengths of my code.
Is this something that Guides could add? Or is it already covered by another VSCode plug-in?
For example, in Visual Studio I use “Editor Guidelines” [https://visualstudiogallery.msdn.microsoft.com/da227a0b-0e31-4a11-8f6b-3a149cf2e459].
The text was updated successfully, but these errors were encountered: