foundationnero.blogg.se

Sublime text editor
Sublime text editor







sublime text editor
  1. SUBLIME TEXT EDITOR INSTALL
  2. SUBLIME TEXT EDITOR CODE

ctrl + PgUp, PgDn - go to previous/next open tab (file).ctrl + shift + m - select all contents of the current brackets (curly brackets, square brackets, parentheses).

SUBLIME TEXT EDITOR CODE

ctrl + m - jump to closing/opening bracket for current code.ctrl + shift + ←, → - select previous/next word.ctrl + ←, → - go to word beginning/ending.ctrl + 1,2,3,4 - move focus between open panels/groups (it depends layout you choose).ctrl + 0 - go to sidebar with folders (then you can use arrows to navigate between folders and files, enter ↩ opens selected file and move focus to this file).And SublimeText is very useful, when it cames to shortcuts. Keybord is less time consuming then mouse. As long as I can work without mouse using only keyboard, I’m very happy. This is the reason why I write this article. The only thing you need to do is just search them on the Internet.

SUBLIME TEXT EDITOR INSTALL

Colorful syntax - you can add colors for different programming language syntax, when you don’t have specific colorization just install it.Linters (Coffee Script, CSS, Sass, JS) - tools which shows good practices in different languages.Sublime RuboCop - to show good practices in Ruby.SublimePrettyJson - formatter for JSON, this is very useful when you have JSON in one line and you would like to read it easly.To get more details about git I recommend to you my git series. Git Gutter - to show which part of code changed.BracketHighlighter - to show you where you start and end brackets, this is nice especially when you have programming language like JavaScript.Emmet - for fast and easy creation of HTML or CSS.You can look at some of my favorites packages: If you like you can extend SublimeText behaviors by installing new packages. I recommend also to go through other setups in the Preferences menu. There is everything you will need for customization. You just go to the menu Preferences -> Settings. In my SublimeText editor, I like to have two open files. To use basic SublimeText splitting panels functionality, you just go to the menu View -> Layout and you can choose which layout you like.

sublime text editor

If you add Origami plugin, you can have event more then 4 panels. SublimeText has the option to see more than one file at the same time. There are lots of useful shortcuts, snippets, and plugins that allow me, in a fast and easy way, to work with code or simple text. Some people like Vim, some people like Notepad++ and I love Sublime Text. I think almost every programmer has his own favorite text editor.









Sublime text editor