Sublime Text
Sublime Text is a sophisticated text editor for code, markup and prose.
You'll love the slick user interface, extraordinary features and amazing performance.
You'll love the slick user interface, extraordinary features and amazing performance.
Goto Anything:
Use Goto Anything to open files with only a few keystrokes, and instantly jump to symbols, lines or words.
Triggered with Ctrl+P, it is possible to:
- Type part of a file name to open it.
- Type
@
to jump to symbols,#
to search within the file, and:
to go to a line number.
These shortcuts can be combined, so
Download This File: Sublime Text V.2
tp@rf
may take you to a function read_file within a file text_parser.py. Similarly, tp:100
would take you to line 100 of the same file.Command Palette
The Command Palette holds infrequently used functionality, like sorting, changing the syntax and changing the indentation settings. With just a few keystrokes, you can search for what you want, without ever having to navigate through the menus or remember obscure key bindings.
Show the Command Palette with Ctrl+Shift+P
Download This File: Sublime Text V.2