Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.

+37

Sublime Text 3 Find all symbol references

Andy Jarrell 11 years ago updated by mindlube 11 years ago 1

The new updates in Sublime Text 3 are fan-freaking-tastic.  I absolutely love using sublime.  The "Goto Symbol in Project" and "Goto Definition" are going to be huge timesavers for me.  I work on projects that involve C, CSS, HTML, Javascript, Lua, and large makefiles.  In particular, many C functions are called by Lua, but referred to as strings.  The "Goto Definition" is huge for being able to find the original C function being referred to.  Thank you.


While "Find in Files" does allow me to find all the references to a symbol by direct search, it would be nice to have a "Goto References" or "List References" option to quickly list all references to the symbol in the project as a faster method vs direct search.  I'm not sure if the project index is structured in such a way to make that easy.


I cannot praise Sublime Text 3 enough.  What an amazing piece of software.

+37

hi please add RTL (right to left) languages support to sublime text

Samer Taha 8 years ago 0

hi please add RTL (right to left) languages support to sublime text , RTL languages like arabic and hebrew and maybe other languages , sublime text should detect the current language changed in the OS like windows 7 and give support for it ...

+37

Syntax highlighting for HAML and SASS/SCSS

ravinggenius 13 years ago updated by Tim Gummer 12 years ago 6
HAML is an indentation-based syntax for generating HTML. SASS is an indentation-based syntax for generating CSS. SASS also has a nested syntax called SCSS that is closer in appearance to CSS. Both languages are really popular in the Ruby/Rails communities. As much as I love Sublime Text 2 (thanks for the Linux love, by the way), it is nearly useless when editing these files.

http://sass-lang.com/
+37

Set the sidebar on the right

homer0 12 years ago updated by Blair Williams 12 years ago 3
Allow the users to move the sidebar from the left to the right. I'm trying to leave Dreamweaver and I'm really used to have the sidebar on the right.
+37

Please add printing features!

ryan gurnick 12 years ago updated by rsp 8 years ago 2

It would be really nice if you where able to print your code.

+37

Add an option to auto-hide minimap -> unhide on scroll or overlay

Olivier Poitrey 13 years ago updated by Art Lawry 11 years ago 3
The minimap takes some real estate and isn't relevant while editing, but only when seeking for another file location.
+36

Please support code ligature from FicaCode font!

林佳俊 8 years ago updated by icc97 8 years ago 1

Ligature fonts are awesome! It's a shame Sublime doesn't support them!

+36

Pascal syntax support.

Alan Gott 12 years ago updated by Fernando Macedo 11 years ago 2
Add support for Pascal syntax (*.pas), as well as recognition for Lazarus source code files (*.lpr).
+36

Minimap highlights on search results.

Guillaume Amringer 12 years ago updated by Ryan Harris 11 years ago 2
When searching for a string in a file, the minimap also show highlighted results, but it's kinda hard to see. Maybe disable text syntax highlight in minimap when searching to make the search highlight stand out.
+36

PHP namespace support

Christian Kruse 12 years ago updated by Luke Ashe-Browne 11 years ago 2
PHP namespace support is missing