Answer the question
In order to leave comments, you need to log in
How to set up Sublime Text 3 for layout designer?
How to set up Sublime Text 3 for layout designer? For example, how can you run the created HTML file in browsers directly from the program?
Answer the question
In order to leave comments, you need to log in
Personally, I use:
1) Sass (hard to explain in a nutshell, it's better to read the documentation on this technology if you don't know it)
2) Compass (cross-browser compilation of sass, sprite cutting)
3) Emmet (saves time writing html)
4) SFTP (ftp -client)
5) CSSComb (formats css)
6) SassBeautify (formats code in sass)
Personally, I first set the Package Control, and then:
sass - set up the correct SASS highlighting in Sublime Text 3.
jade - HTML preprocessor.
gist is a plugin for quick access to your snippets on GitHub.
brackethighlighter - highlighting brackets, tags in Sublime Text 3.
autofilename - autocomplete for connecting external files to the layout.
colorhighlighter - color highlighter.
BufferScroll - saving the position of the cursor in the document.
Goto-CSS-Declaration is a plugin for quickly finding the corresponding class in CSS, SASS, LESS.
After installing Emmet, do not forget to remove "Auto complite" in the settings, and for convenience, add the "reindent" function to the key binding
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question