Recommended editor for HTML5/CSS3/JS/JQ?
Page 1 of 1
PumpAction
[Schmadmin]



Posts: 26759

PostPosted: Wed, 29th May 2013 22:16    Post subject: Recommended editor for HTML5/CSS3/JS/JQ?
I'm currently using notepad++ but what I miss is the auto completion of css tags and so on, like if you go into firebug, enter any css and it can also autocomplete the possible values...

Any good editor for that out there? (Platform: Windows)


=> NFOrce GIF plugin <= - Ryzen 3800X, 16GB DDR4-3200, Sapphire 5700XT Pulse
Back to top
Werelds
Special Little Man



Posts: 15098
Location: 0100111001001100
PostPosted: Wed, 29th May 2013 22:25    Post subject:
Back to top
LeoNatan
☢ NFOHump Despot ☢



Posts: 73231
Location: Ramat HaSharon, Israel 🇮🇱
PostPosted: Wed, 29th May 2013 22:29    Post subject:
How is it that JetBrains has monopolized the IDE market in quality for so many languages? Mad
Back to top
Werelds
Special Little Man



Posts: 15098
Location: 0100111001001100
PostPosted: Wed, 29th May 2013 23:02    Post subject:
Well, same base for everything. And that base is just very, very good. I think I've said it on here before, but it's the only Java based platform I can not just tolerate, but even *like*. The only code completion that I know if that is this accurate, this complete and this fast is IntelliSense :/
Back to top
LeoNatan
☢ NFOHump Despot ☢



Posts: 73231
Location: Ramat HaSharon, Israel 🇮🇱
PostPosted: Wed, 29th May 2013 23:06    Post subject:
Xcode completeion Wink Even in C++, due to its great integration with llvm.
Back to top
Werelds
Special Little Man



Posts: 15098
Location: 0100111001001100
PostPosted: Wed, 29th May 2013 23:49    Post subject:
Xcode's CC is good, but not as fast. Xcode certainly is a good IDE though, just wish it was a little more open to community improvements. Solid UI, fast for the most part. It is however the only IDE I can think of, next to VS, that comes directly from one of the major players in its field that is actually really, really good. They're usually a "it gets the job done" kind of thing, but not Xcode.


But anyway, for anything that's not a direct form of C, JetBrains probably has what you need. Python, Ruby, Php, Java, general HTML/CSS/JS they all have dedicated products for. And then there's tons of regularly updated plugins for just about everything else; shell scripts, markdown for example (both if which I regularly use). And I'm sure you've used ReSharper Leo? Fantastic too Very Happy

I sound like a fucking sales person for them now Laughing

I've just used pretty much all of their products and every time they've delivered. Always stable, always fast and always does what it needs to do. YouTrack is actually also quite nice, albeit a little complicated for a lot of people (our project managers didn't like it). TeamCity's gonna get a whirl soon too, throwing so much money at them Razz
Back to top
PumpAction
[Schmadmin]



Posts: 26759

PostPosted: Thu, 30th May 2013 01:05    Post subject:
Thanks gals, will give it a try Smile


=> NFOrce GIF plugin <= - Ryzen 3800X, 16GB DDR4-3200, Sapphire 5700XT Pulse
Back to top
TheDiggler




Posts: 564

PostPosted: Thu, 30th May 2013 04:54    Post subject:
LeoNatan wrote:
How is it that JetBrains has monopolized the IDE market in quality for so many languages? Mad


Add Android Studio to their growing list.
Back to top
WhiteBarbarian




Posts: 6011
Location: Russia
PostPosted: Thu, 30th May 2013 05:16    Post subject:
http://www.sublimetext.com/

Multiple cursors FTW Exclamation


Back to top
LeoNatan
☢ NFOHump Despot ☢



Posts: 73231
Location: Ramat HaSharon, Israel 🇮🇱
PostPosted: Thu, 30th May 2013 07:50    Post subject:
TheDiggler wrote:
LeoNatan wrote:
How is it that JetBrains has monopolized the IDE market in quality for so many languages? Mad


Add Android Studio to their growing list.

That's just IntelliJ IDEA rebranded. Smile
Back to top
shole




Posts: 3363

PostPosted: Sun, 2nd Jun 2013 03:33    Post subject:
Werelds wrote:
WebStorm Smile

this

LeoNatan wrote:
That's just IntelliJ IDEA rebranded. Smile

they're all built on the IDEA core
it's a bit of a dick move to essentially just make everything a plugin for it, sold separately
but the prices are pretty damn reasonable so i can't complain
Back to top
dingo_d
VIP Member



Posts: 14555

PostPosted: Sun, 2nd Jun 2013 10:50    Post subject:
What do you guys think about this:

http://coding.smashingmagazine.com/2013/03/26/goodbye-zen-coding-hello-emmet/


"Quantum mechanics is actually, contrary to it's reputation, unbeliveably simple, once you take the physics out."
Scott Aaronson
chiv wrote:
thats true you know. newton didnt discover gravity. the apple told him about it, and then he killed it. the core was never found.

Back to top
Werelds
Special Little Man



Posts: 15098
Location: 0100111001001100
PostPosted: Sun, 2nd Jun 2013 11:27    Post subject:
90% of the chunks that are "fast" with Zen coding a good IDE (like the IDEA ones) will be just as fast. The bits that are faster are simply snippets (such as the font-face), which any decent IDE also has.

Those things are plugins written by and for "OMG IDEs SUCK"-evangelists. There's a million of them, especially for Sublime and most of them are simply turning Sublime into an IDE anyway. I use Sublime as well as a quick editor but things like Zen coding are nonsense to me Smile
Back to top
krell1983




Posts: 551
Location: Poland
PostPosted: Thu, 13th Jun 2013 22:37    Post subject:
I use good old PSPad.... it free... Wink
 Spoiler:
 
Back to top
Snoepgun




Posts: 1693
Location: Netherlands
PostPosted: Fri, 14th Jun 2013 10:55    Post subject:
Just use basic Notepad++. I do webdevelopment (backend) for years in Notepad++ now. Its light, not too much useless crap. Just awesome! Very Happy

But yeah, I donno any other progs which meet your post.
Back to top
PumpAction
[Schmadmin]



Posts: 26759

PostPosted: Fri, 14th Jun 2013 15:38    Post subject:
I always use notepad++ too but I hate my habit of googling every other css command I forget Smile


=> NFOrce GIF plugin <= - Ryzen 3800X, 16GB DDR4-3200, Sapphire 5700XT Pulse
Back to top
shole




Posts: 3363

PostPosted: Fri, 14th Jun 2013 20:08    Post subject:
having integrated static code analysis ( jshint ), code completion, auto-formatting, enforced coding practices...
these things help
Back to top
Werelds
Special Little Man



Posts: 15098
Location: 0100111001001100
PostPosted: Fri, 14th Jun 2013 20:12    Post subject:
Not to mention things like integrated VCS systems and such. It may seem trivial, but not having to alt-tab to application X or Y to do something saves quite a bit of time.
Back to top
Page 1 of 1 All times are GMT + 1 Hour
NFOHump.com Forum Index - Applications
Signature/Avatar nuking: none (can be changed in your profile)  


Display posts from previous:   

Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2.0.8 © 2001, 2002 phpBB Group