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

+32

Auto Complete searches entire project

Zachary Nawar vor 12 Jahren aktualisiert von Joel Thornton vor 12 Jahren 3
Currently auto complete only searches the currently opened file for similar functions. The ability to make it search your entire project would be nice, and have the results be like:
[trying to autocomplete: "Commit"]
server/servercontrol.lua/CommitProperties
server/servercontrol.lua/CommitPlayers
server/serverdebug.lua/CommitDebugInformation
server/server.lua/CommitTime
client/client.lua/CommitData

Which will also show the location of the function or the variable you are looking to autocomplete.
+32

close tabs to the left

Darren Dub vor 12 Jahren aktualisiert von Manoj Mishra vor 8 Jahren 6
If you right click on the tab you are given the option to close tabs to the right. I find myself always needing the opposite.

New files add tabs to the right. So the tabs on the left I haven't used as recently. I usually want to clean up the clutter by closing all the files I haven't used in a while which would be all tabs to the left.
+32

code overview (like outline in eclipse)

Agustin Boleda vor 12 Jahren aktualisiert von Roberto Martelloni vor 8 Jahren 1

Provide a code outline like eclipse


Image 188

+32

Generic API for building UI based plugins.

Harald Lapp vor 13 Jahren aktualisiert von Hugo Schmitt vor 11 Jahren 6
I would very much appreciate an API to build plugins that need user-interaction and therefore integrate nicely with the Sublime Text 2 UI. Something like "TM Dialog" of TextMate would in my opinion be a great addition for Sublime Text 2.
+32

When renaming an open file from within sublime, switch to editing the file with the new name

Acorn vor 13 Jahren aktualisiert von Cédric ARNOULD vor 12 Jahren 3
When you rename a file that's currently open from the sidebar, you currently have to close the tab and reopen the newly named file in order to start editing it.

Would it not make more sense to automatically reopen the file with the new name? Or at least make it an option?
+32

don't implement everybody's feature request

David Alexander vor 13 Jahren aktualisiert von -2724 vor 13 Jahren 3
avoid design by committee!
+31

Add bookmarks to sidebar

Agile Apricot vor 13 Jahren aktualisiert von Juliana vor 8 Jahren 4
Add the currently selected buffers bookmarks as a group in the sidebar. For long pages it would be so muck easier to click a link in the sidebar.
+31

Multiple font families

Matteo Capobianco vor 13 Jahren aktualisiert von yf z (追随) vor 7 Jahren 7
It would be nice to have the possibility to set multiple fonts in the User File Preferences, so that if I copy my settings to another machine and that machine doesn't have that font, ST2 tries to use the other fonts I set.
Similar to the way CSS fonts work.
+31

FTP Integration

Benny Schmidt vor 12 Jahren aktualisiert von Dylan Glockler vor 11 Jahren 10
It would be nice to have integrated S/FTP in Sublime like in Notepad++ right under the or as an sidebar.
I'm now using Transmit and that makes Sublime crash sometimes.
+31

Image Source Completion

Lukas B Dot vor 13 Jahren aktualisiert von Liam Cain vor 12 Jahren 5

A while ago I asked this question on StackOverflow:


http://stackoverflow.com/questions/7476220/image-source-completion-for-sublime-text-2


Code Completion that would access the filesystem would be very helpful, not alone for Images, but also for css/js files and so on...


Now I would like to ask this here. Is there anything planned towards this, are there existing plugins that are doing something like this?