Sublime Forum

Web/ Sublime Questions

#1

Hey guys I’m a noob at sublime just got it not to long ago. i am enjoying it a lot.
i wanna know if anyone can tell me some great plugins to use with sublime for web technology (html,css,javascript,jquery,ajax, php, mysql).
&
what are the best key commands for sublime to know so i can program faster?

0 Likes

#2

wbond.net/sublime_packages/packa … stallation
Once installed, press ctrl+shift+p (Windows, Linux) or cmd+shift+p (OS X) and search some keywords such as html, css, jquery, ajax, wordpress, color, etc.

Some plugins I found usefull:

]ini/]
]apacheconf/]
]colorhighlighter/]
]LinkOpener/]
]LESS/]

etc.

And learn how to make yourself some snippets, it’s very usefull.
readthedocs.org/docs/sublime-tex … t=snippets
See example greeting.sublime-snippet, very easy to understand and will save you alot of time.

0 Likes

#3

ok awesome. I’m going to try to find some C++, C and Objective-C compiler for Sublime so i can code in other languages on the side.

0 Likes

#4

i can’t figure out how to install that package control you sent me a link to. the way its saying isn’t making sense to me. help please

0 Likes

#5
  1. Open sublime text.
  2. Press control + ` (the key above tab on a standard qwerty keyboard)
  3. Watch a panel appear from the bottom.
  4. Enter the text from wbond.net/sublime_packages/packa … stallation into this panel.
  5. Restart Sublime Text
  6. Open the command palette.
  7. Search for Package Control:
  8. See results
  9. Profit???
0 Likes