Live data from Hacker News

Sublime Enhanced

github.com

1–10 of 92 posts

Re: Sublime Enhanced

#4
post #2

Real Vim competitor !

Actually, I love vim, because vim is on each server and can be used without any extra effort, so vim is out of competition here. But I love smooth fonts, scrolling, and appearance of Sublime Text, so I made it my primary editor.

Re: Sublime Enhanced

#6

Worth noting: for the Scala (and Java!) language, there is a Sublime-Ensime integration that provides something along these lines, but even more advanced. ie: go to method declaration, rename method, find calls, code completion, type info, etc. http://ensime.github.io/editors/

Not agree. There are plugins that do a of lot general enhancements: https://github.com/shagabutdinov/sublime-search-panel-enhanc..., https://github.com/shagabutdinov/sublime-project-files, https://github.com/shagabutdinov/sublime-autocompletion.

All plugins are [almost] language independent and are designed to use with any language.

Re: Sublime Enhanced

#7
post #2

Real Vim competitor !

Actually, I love vim, because vim is on each server and can be used without any extra effort, so vim is out of competition here. But I love smooth fonts, scrolling, and appearance of Sublime Text, so I made it my primary editor.

Emacs can be installed on any server (and can be used to edit files on any server, from a client …), and it has smooth fonts and scrolling (if you like that; I turn off the scrollbar). And of course it excels at mouseless editing, navigation & automation.

https://github.com/zk-phi/sublimity might be useful to you, too.

Re: Sublime Enhanced

#9

Worth noting: for the Scala (and Java!) language, there is a Sublime-Ensime integration that provides something along these lines, but even more advanced. ie: go to method declaration, rename method, find calls, code completion, type info, etc. http://ensime.github.io/editors/

Not agree. There are plugins that do a of lot general enhancements: https://github.com/shagabutdinov/sublime-search-panel-enhanc... , https://github.com/shagabutdinov/sublime-project-files , https://github.com/shagabutdinov/sublime-autocompletion . All plugins are [almost] language independent and are designed to use with any language.

I think you misunderstood GP's comment, I took their comment as noting that for Java and Scala there's a language-aware refactoring framework (Ensime) with Sublime integration which can thus provide language- and semantics-aware refactorings and transformations (thus further and safer ones).
Post reply on HN