I'm wondering if there's an HTML/JS equivalent to LINQPad, really. Something that I could use to write some really quick disposable/portable code, without having to jump through the hoops of running our full web application in Visual Studio.

I know there's jsBin and the (IMO) more feature-rich jsFiddle, but I'm wondering about a client-side application that I can use to very quickly mock-up some structure and script (mashing F5-style). Or a web-app that is a little more feature-rich and a little less prone to erase my code halfway through or want to make it publicly available. Something that auto-completes tags, shows updates on-the-fly, etc...

Anyone know of anything like that?

link|improve this question

VIM or notepad++ – kjy112 Feb 15 '11 at 16:57
Thanks, but I already know and love Notepad++; it just doesn't fit this ticket. The question was directed at a more feature-rich and visually identifying editor. – Lance May Feb 15 '11 at 16:58
What features are you looking for that you can't find in Notepad++ or one of the plugins? What is "visually identifying"? – Enno Feb 15 '11 at 17:04
1  
+1. I would like the same thing. A OS app with split view that can run the code in an embedded browser or console. I don't wan't to have to create a html page every time I need to run a quick test. And tools like jsfiddle are easy to lose your work halfway through. – Josiah Ruddell Feb 15 '11 at 17:20
1  
@Enno: Intelli(sense), I close a <tr> and am suggested a </table>, indicate that I want a table and have the basics laid out automagically, etc... As for "visually identifying", I merely meant visual feedback - a.k.a. I write code and I see what I wrote right then. – Lance May Feb 15 '11 at 17:22
show 1 more comment
feedback

3 Answers

up vote 2 down vote accepted

On a Mac, I enjoy using Textmate. Many people swear by it.

On Windows, I typically use notepad++.

Both of these applications are very lightweight, run smoothly, but get the job the done well and quickly.

link|improve this answer
1  
+1 for TextMate. I've been using that for years - still loving it... – Damiqib Feb 15 '11 at 17:17
So far, I have yet to find a suitable OS-side application that fits the bill, but I've continued using Notepad++ and hate having outstanding questions, so I guess this one has it. – Lance May Sep 21 '11 at 13:45
feedback

I'm a big fan of Komodo Edit for a lot of reasons, one of them being that it has an Add-On for Zen Coding, which makes hacking out an HTML document a breeze.

link|improve this answer
I'm looking into this now. Sounds like it might be mostly what the doctor ordered. – Lance May Feb 15 '11 at 17:24
Actually this seems mostly like a light version of Aptana (for what I'm using it for I guess). Aptana knows about my jQuery though. ;( – Lance May Feb 15 '11 at 19:46
Oh, but Zen Coding is amazing! Thanks a ton for that. – Lance May Feb 15 '11 at 19:47
feedback

I love Emeditor which has lots of syntax files, a great support forum and autocomplete for loads of languages. And it supports UTF-8 properly if you do stuff in non-latin characters.

Also it's macro files can be written in javascript!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.