B
B
booogabooo2014-06-09 09:24:06
HTML
booogabooo, 2014-06-09 09:24:06

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

4 answer(s)
S
Sergey, 2014-06-09
@booogabooo

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)

E
Evgeny Nizamiev, 2014-06-09
@RadiationX

Install Brackets instead of Sublime)

E
Eugene Burmakin, 2014-06-09
@Freika

livereload

V
Vadim Sysoev, 2016-01-21
@Vadimdev

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 question

Ask a Question

731 491 924 answers to any question