Muestra las diferencias entre dos versiones de la página.
| Ambos lados, revisión anterior Revisión previa Próxima revisión | Revisión previa | ||
|
wiki2:sublime3 [2014/12/28 15:55] alfred [Plugins] |
wiki2:sublime3 [2020/05/09 09:25] (actual) |
||
|---|---|---|---|
| Línea 5: | Línea 5: | ||
| * To open the console: ''View > Show console'' | * To open the console: ''View > Show console'' | ||
| + | ===== Config ===== | ||
| + | To not remember the files when the program is launched: | ||
| + | <code> | ||
| + | { | ||
| + | "hot_exit": false, | ||
| + | "remember_open_files": false | ||
| + | } | ||
| + | |||
| + | </code> | ||
| ===== Plugins ===== | ===== Plugins ===== | ||
| Basic plugins: | Basic plugins: | ||
| Línea 17: | Línea 26: | ||
| * [[https://packagecontrol.io/packages/SCSS|SCSS]]. A Sass & SCSS syntax package for Sublime Text. | * [[https://packagecontrol.io/packages/SCSS|SCSS]]. A Sass & SCSS syntax package for Sublime Text. | ||
| * [[https://packagecontrol.io/packages/SASS%20Snippets|SaSS snippets]] | * [[https://packagecontrol.io/packages/SASS%20Snippets|SaSS snippets]] | ||
| + | * [[https://packagecontrol.io/packages/Emmet|Emmet]], for comfortable web development. | ||
| For development: | For development: | ||
| * [[https://github.com/wuub/SublimeREPL|SublimeREPL]] runs an interpreter on Sublime Text. | * [[https://github.com/wuub/SublimeREPL|SublimeREPL]] runs an interpreter on Sublime Text. | ||
| * [[https://packagecontrol.io/packages/BracketHighlighter|Bracket Highlighter]]. | * [[https://packagecontrol.io/packages/BracketHighlighter|Bracket Highlighter]]. | ||
| - | * | ||