Live data from Hacker News

Setting up Sublime Text 2

drewbarontini.com

11–20 of 53 posts

Re: Setting up Sublime Text 2

#11

It was only yesterday that I thought about using animated GIFs for demoing code typing. That's what I liked most about this post!

I disliked how I had to watch the gifs a couple of times though in order to read exactly what he typed for the first snippet to see how it related to what it filled. Text underneath would help, but it does indeed look nice.

Re: Setting up Sublime Text 2

#12
I really enjoy working with ST2 and I would be super happy if there was a faster workflow for file / folder creation. I would really like to see something that helps me Cmd-Shift-P and type "New Folder" or "New File", type the name and be able to do tab-completion in it (and thus also map it to some keystrokes).

Re: Setting up Sublime Text 2

#13

One of the things I like most about Sublime is that it just works right out of the box. Sure almost everyone uses a plugin or two, but to me it's the editor that doesn't need blog posts about how to configure it, it doesn't require you to keep a git repository of your thousand-line configuration, it doesn't require an understanding of esoteric key commands to get started. To me, Sublime is an editor for people who do…

It's half-way there. It could go a lot further. I'm really surprised there isn't a single (featureful) editor that follows the OSX/GNOME aesthetic of "convention over configuration; no preferences/options/modes if possible". Key-bindings are the same everywhere you go. Every command is available on every instance of the editor on everyone's machine, everywhere in the world. You never have to re-learn anything; you can just sit down and use all the features.

I would personally imagine something a bit like Sublime, but where all the "plugins" were actually just code contributed to the central codebase, and delivered by updates. (Specifically, I'm imagining it would work like Cloudflare's https://github.com/cdnjs/cdnjs for plugins.)

Given that the editor would then have "everything" in-the-box, it'd then probably have to have emacs-like modes, as well, to allow all the plugins' various key-bindings to live together.

Re: Setting up Sublime Text 2

#14
Here are a few plugins I rely upon that make Sublime much easier to use (that weren't on that list).

* GitGutter: Adds symbols beside the line # on modified lines. A feature widespread in other editors with Git integration. I haven't found a plugin to mark modified files in the sidebar (which is also another common feature). - https://github.com/jisaacks/GitGutter

* Missing Palette Commands: Adds a few commands like setting the indentation for the specific file only. You can see a full list in the link. - https://github.com/fjl/Sublime-Missing-Palette-Commands/blob...

* Open Folder: Open up the selected folder in explorer/etc.

* Terminal: Open the selected folder in the terminal. - http://wbond.net/sublime_packages/terminal

Re: Setting up Sublime Text 2

#15
post #13

One of the things I like most about Sublime is that it just works right out of the box. Sure almost everyone uses a plugin or two, but to me it's the editor that doesn't need blog posts about how to configure it, it doesn't require you to keep a git repository of your thousand-line configuration, it doesn't require an understanding of esoteric key commands to get started. To me, Sublime is an editor for people who do…

It's half-way there. It could go a lot further. I'm really surprised there isn't a single (featureful) editor that follows the OSX/GNOME aesthetic of "convention over configuration; no preferences/options/modes if possible". Key-bindings are the same everywhere you go. Every command is available on every instance of the editor on everyone's machine, everywhere in the world. You never have to re-learn anything; you ca…

I'd suggest you should download every plugin for ST and see how bloated it becomes, you'd end up with something as slow and ungainly as Eclipse.

To me, one of the largest benefits of ST is having a very powerful editor which is fast, simple, and very usable, and wouldn't want to see the core become much heavier than it already is (although I'm loving the code navigation functionality coming in ST3).

Re: Setting up Sublime Text 2

#18
post #13

One of the things I like most about Sublime is that it just works right out of the box. Sure almost everyone uses a plugin or two, but to me it's the editor that doesn't need blog posts about how to configure it, it doesn't require you to keep a git repository of your thousand-line configuration, it doesn't require an understanding of esoteric key commands to get started. To me, Sublime is an editor for people who do…

It's half-way there. It could go a lot further. I'm really surprised there isn't a single (featureful) editor that follows the OSX/GNOME aesthetic of "convention over configuration; no preferences/options/modes if possible". Key-bindings are the same everywhere you go. Every command is available on every instance of the editor on everyone's machine, everywhere in the world. You never have to re-learn anything; you ca…

This is pretty much Textmate to a T. Uses OS X conventions, heavily configured for doing real work out of the box instead of installing 10 packages, has a built-in system for language definitions and plugins. Auto-updates which will include language and theme updates as well.

Re: Setting up Sublime Text 2

#19

I really enjoy working with ST2 and I would be super happy if there was a faster workflow for file / folder creation. I would really like to see something that helps me Cmd-Shift-P and type "New Folder" or "New File", type the name and be able to do tab-completion in it (and thus also map it to some keystrokes).

Have you tried the AdvancedNewFile plugin? It uses ctrl+alt+n by default, lets you create folders when you specify your new file and also has tab completion.

Re: Setting up Sublime Text 2

#20

One of the things I like most about Sublime is that it just works right out of the box. Sure almost everyone uses a plugin or two, but to me it's the editor that doesn't need blog posts about how to configure it, it doesn't require you to keep a git repository of your thousand-line configuration, it doesn't require an understanding of esoteric key commands to get started. To me, Sublime is an editor for people who do…

So does Windows Notepad
Post reply on HN