P
P
Panda212018-03-29 09:56:58
Sublime Text
Panda21, 2018-03-29 09:56:58

How to make a vertical bar in Sublime Text 3 to guide how much code should be on a line?

By default, such a stripe comes with NetBeans, Atom. Is it possible to somehow enable such a strip in Sublime Text 3, or maybe there is some kind of plugin?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vlad_fox, 2018-03-29
@Panda21

you need to go to the sublime settings through the Preferences->Settings menu
and add a vertical marker output on the right side:
"rulers": [80]
in this case, the line will be after 80 characters, specify the desired number,
do not forget to put a comma at the end of the previous parameter

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question