14

I have been searching around. This is perhaps more a nuance than anything. When I do jQuery or other UI work I like seeing my changes immediately. Adobe Dreamweavers live view port does this, not extremely well, but it does it. Kompozer has a view port but its not live and no JS or actions. Does anybody know of an IDE out there besides DW that has this feature? Linux is preferred but would like to know of anything.

As a note of interest I recently discovered Wakanda http://wakanda.org

5
  • 2
    Have you tried Aptana Studio? +1 for wakanda Commented Jun 4, 2012 at 14:17
  • If you use Windows, e-texteditor is a good option. The live view shows the page rendered in IE. Not an IDE but mighty :) Commented Jun 5, 2012 at 9:02
  • 2
    I use Chrome for that. It allows me to change the JS / CSS / HTML to see changes live Commented Jun 5, 2012 at 10:39
  • @UmairP even Javascript? Commented Jun 11, 2012 at 7:12
  • @Comet I use it many times but i have to copy and paste all my edits back to the ide Commented Mar 20, 2014 at 2:02

5 Answers 5

3

I know this post is over a year old, but I thought I'd throw this out if you are interested. Adobe is developing a product now that may fit what you are looking for. If you have the creative cloud, there is a preview of the program. It is called Edge Code in the creative cloud, but it is being developed as a standalone, open source, platform independent code editor as well. I'm not sure why, but outside of the creative cloud, it is called Brackets. It doesn't do a live view in the program itself, but it does automatically open the document in Chrome, and updates as you make changes. The really interesting thing is that the program itself is written in html, css, and JS, so that it should be easy to customize to your liking. It is currently in beta, and can be downloaded at

Sign up to request clarification or add additional context in comments.

1 Comment

I just tried Edge Code, and I'm kinda surprised for the practicability of their functions like Ctrl+E and open a quick css or color editor or insert free adobe fonts
2

It might not be exactly what you are looking for (does not support javascript), but dabblet is a great tool for writing html+css and watching the preview live as-you-type in the browser.

dabblet live editor

Comments

2

I have been recently love struck by Sublime Text 2. After trying many IDE's it is the one that impresses me the most.

I was watching a tutorial by Paul Irish on Web Development workflows for 2013 (video only partially relevant), where he describes a plugin that he uses to avoid having to hit F5 to refresh the browser. Instead it is updated every time he saves a file.

Sublime Text 2 has been rising in popularity and my understanding is that it will work very well in Linux. The plugin is called LiveReload ($10).

It will require research, but is likely well worth it. Link

1 Comment

Sublime is the best, most easy to use, light, pretty and useful ide for html developing
1

Stylizer is a nice app for CSS live edition.

Comments

1

I made my own open source coding playground called kodeWeave (which saves and retrieves your weaves as a Github Gist). It's available for Windows, Linux, Mac OS X, Android and Online (I also plan on releasing it for iOS and Windows Phone too).

enter image description here enter image description here

Some other good coding playgrounds to tryout are CodePen, CSSDeck, Plunker, JSBin, jsFiddle, Liveweave.

There is also Brackets which is an open source project created by Adobe (It's basically the open source version of Edge Code). The nice thing about Brackets is it runs off it's own server locally on your device so if you're using a library like JSZip it works right away. In addition whenever you save a change made in a file in Brackets your app will reload in Chrome's Debugger (launched from Brackets) So debugging is very fast and easy, not to mention there's lots of plugins that are made to increase productivity. It's really tremendous!

Brackets App

There's also the Cloud9IDE.

enter image description here

I'm sure you already know this but the Chrome Developer Tools has this capability as well.

1 Comment

It's been a few years since this post was made so I just revised it and hopefully your question has been answered.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.