Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.
![](https://cdn.userecho.com/characters/68.png?1)
sql joins autocomplete based on database structure and foreign keys
Hello,
It would be really great feature to have this. Lets say I write such sql:
SELECT event_names.event_name, coefs.event_value FROM coefs
INNER JOIN event_names ON event_names.id = coefs.event_names_id
the part:
ON event_names.id = coefs.event_names_id
is always the same when I join this event_names table to coefs table. So it takes time to type that. And there are many situations like this.
So think sublime could rread database structure and save it in a file.
WHen I type
SELECT event_names.event_name, coefs.event_value FROM coefs
INNER JOIN event_names
it could automatically suggest "ON event_names.id = coefs.event_names_id"
![](https://cdn.userecho.com/characters/84.png?1)
JavaScript Compiler
Till this day I have not found an editor that will compile JavaScript code.
I'm left with jshint, http://www.jshint.com/.
I would be great to have this on Sublime Text.
Thanks.
![](https://cdn.userecho.com/characters/106.png?1)
ctrl+tab and ctrl+shift+tab bug
![](https://cdn.userecho.com/characters/83.png?1)
When viewing a file in Folders, store the view position even though the file has not been opened for editing.
![](https://cdn.userecho.com/characters/83.png?1)
Trimming white spaces can make lose undo history
![](https://cdn.userecho.com/characters/85.png?1)
External open: colon in filename
External opening of a file (i.e. from file browser), if the filename or path contains a colon (:), does not work.
sublime_text lab\:\ 1.txt
sublime_text "lab: 1.txt"
both open an empty buffer, named "lab". I guess the part after ":" is interpreted as a line number to go to
![](https://cdn.userecho.com/characters/99.png?1)
Setting to ignore certain package on specific syntax
It would be nice to have a User Setting to ignore specific packages when using a specific syntax.
![](/s/cache/c2/17/c217793a95da6f34799b89e792769f82.png)
Find/Replace alternative
![](https://cdn.userecho.com/characters/74.png?1)
![](https://cdn.userecho.com/characters/67.png?1)
Sublime should accept wildcard paths on command line on windows
Kundesupport af UserEcho