开发者

Firebug like autocomplete css editor

Does anyone know a css(or html) editor that autocompletes code as firebug do in css? I开发者_JAVA百科 think its called autocomplete as you type.

thanks

edit:

i found a project called zen-coding that create shortcuts for coding html and css. but im still faster with firebug


Most decent IDEs should offer autocomplete on any language they support.

I'm using Netbeans here, and I can confirm it gives me autocomplete on the various languages I'm using, including HTML and CSS.

http://netbeans.org/


Eclipse, and most major IDEs have a "code assist" feature that propose the possiblities on a hot key (eg., ctrl+space) or on a specific event (press <) or on a timeout (most of these are configurable).

Aptana studio is a eclipse based IDE for web development.

If you are specifically looking for "firebug style" meaning you expect the IDE to auto-complete (rather than propose) then you can tweak the options to get a similar behaviour ("completion Overwrites" rather than "Completion Inserts", for eclipse)


Or try cssUpdater, which syncs your FireBug css changes back to your original css files. With it, you can construct and tweak you layout in FireBug, hit the sync button and reload the page to see that your layout and css is preserved. http://cssupdater.com


The best firebug-alike approach apps is : http://www.stylizerapp.com/

It's available on PC and Mac too.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜