Sublime Forum

Plugins needed for a Web Developer?

#1

Does anyone have great plugins for web developers?
html,css,php,javascript,mysql. those are the languages i use a lot and wanna find great plugins and auto completion would be nice too lol.

0 Likes

#2

I work with those languages too. Here’s what I have installed that’s helpful with them:

Additional PHP Snippets
Alignment
BracketHighlighter
ChangeQuotes
DocBlockr
FileDiffs
Format SQL
jQuery
Nettuts+ Fetch
Prefixr
SublimeCodeIntel
SublimeLinter
ZenCoding

0 Likes

#3

where can i find those plugins?

0 Likes

#4

Sublime Text 2 Tips and Tricks (Updated)

That should answer a lot of questions. #7 will tell you how to install Package Control. With Package Control you can easily find/install/remove plugins.

0 Likes

#5

Is there any plugin for email encoding? Need something like this
wbwip.com/wbw/emailencoder.html
but builtin sublime.

0 Likes

#6

weird ever since installed all those plugins and more i ended up getting autocomplete to add another < to my code.

so i would go <ti and it would do and i would click enter and it would make it < :frowning:

you had same problem?

0 Likes

#7

Zen Coding was causing that problem for a while. If you uninstall it the extra bracket should stop showing up.

0 Likes

#8

You could just disable it via Preferences/Package Control when you are not using it. If you are not using it you might find my **HTMLAttributes **(available via Package Control) useful :sunglasses:

0 Likes