Hacker News new | past | comments | ask | show | jobs | submit login

In case anyone isn't aware, Package Control[0] adds an incredibly simple package manager to Sublime in order to automatically install/update plugins. After that's been installed, I'd recommend browsing the popular packages (already linked in another comment) or just hitting Ctrl+Shift+P, "Install", and searching for the names of languages/tools you use.

One plugin I'd recommend for anyone is All Autocomplete. It extends Sublime's autocomplete detection to match across any open file, and not only the current file.

Also Ctrl+Shift+P searches through all of Sublime's and your plugins available actions. Ctrl+P allows you to switch files without your mouse.

[0] https://packagecontrol.io/installation




I'll check it out, but it's got some strange arbitrary limits:

  MIN_WORD_SIZE = 3
  MAX_WORD_SIZE = 50

  MAX_VIEWS = 20
  MAX_WORDS_PER_VIEW = 100
  MAX_FIX_TIME_SECS_PER_VIEW = 0.01




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: