nikolayku Posted December 19, 2013 Share Posted December 19, 2013 Hi.Which JS/HTML/CSS editor you use to edit code ? I, use medit (linux editor, like notepad ++ ) for all editing purpose Quote Link to comment Share on other sites More sharing options...
adajo Posted December 19, 2013 Share Posted December 19, 2013 I use notepad++ to quickly edit files here and there and Aptana Studio 3 for projects. Quote Link to comment Share on other sites More sharing options...
Zaidar Posted December 19, 2013 Share Posted December 19, 2013 Notepad++ for years. I've been trying lots of other, but I've too much habits and productivity with n++ that it's really hard to change. (But Sublime Text is great too !) Quote Link to comment Share on other sites More sharing options...
cubiq Posted December 19, 2013 Share Posted December 19, 2013 Sublime Text mainly. gedit and vim sometimes. Quote Link to comment Share on other sites More sharing options...
plicatibu Posted December 19, 2013 Share Posted December 19, 2013 VIM. But I give a try on Brackets and I liked it a lot. Quote Link to comment Share on other sites More sharing options...
OkijinGames Posted December 20, 2013 Share Posted December 20, 2013 Visual Studio Express 2012 Quote Link to comment Share on other sites More sharing options...
rich Posted December 20, 2013 Share Posted December 20, 2013 Sublime Text for all coding (unless it's TypeScript, in which case Visual Studio Pro 2013), but I also use EditPad Pro a lot too, for things like changing text formatting and it's super powerful find/replace features. Quote Link to comment Share on other sites More sharing options...
Red Spark Posted December 20, 2013 Share Posted December 20, 2013 JetBrains WebStorm is great for TypeScript tooSublime Text is worth trying too (but requires dedication to master all its shortcuts and advanced stuff) Quote Link to comment Share on other sites More sharing options...
Mejingjard Posted December 23, 2013 Share Posted December 23, 2013 I'm using just Sublime Text Quote Link to comment Share on other sites More sharing options...
scoots Posted December 23, 2013 Share Posted December 23, 2013 I use Coda, but mainly because I originally got it for web development. Quote Link to comment Share on other sites More sharing options...
relaxx Posted December 23, 2013 Share Posted December 23, 2013 For me - FlashDevelop is #1 (using haxe). http://www.flashdevelop.org/ Quote Link to comment Share on other sites More sharing options...
Zebestov Posted December 23, 2013 Share Posted December 23, 2013 NetBeans. Quote Link to comment Share on other sites More sharing options...
Karma Octopus Posted December 23, 2013 Share Posted December 23, 2013 I currently use Visual Studios Express 2013 with TypeScript. For JS I think Sublime looks nice. Quote Link to comment Share on other sites More sharing options...
feiss Posted December 23, 2013 Share Posted December 23, 2013 Sublime Text Quote Link to comment Share on other sites More sharing options...
qzix13 Posted December 23, 2013 Share Posted December 23, 2013 WebStorm Quote Link to comment Share on other sites More sharing options...
sashastg Posted January 1, 2014 Share Posted January 1, 2014 netbeans (phpstorm) Quote Link to comment Share on other sites More sharing options...
BunBunBun Posted January 2, 2014 Share Posted January 2, 2014 FlashDevelop Quote Link to comment Share on other sites More sharing options...
@99golems Posted January 3, 2014 Share Posted January 3, 2014 sublimetext2 and vim Quote Link to comment Share on other sites More sharing options...
plicatibu Posted January 3, 2014 Share Posted January 3, 2014 Great to see a VIM user Quote Link to comment Share on other sites More sharing options...
nikolayku Posted January 3, 2014 Author Share Posted January 3, 2014 plicatibu, @99golems and other who use VIM.1) Which plugins do you use(or other stuff) ?2) You use gvim or native (console) vim ?3) Do VIM really improve your coding speed ? Quote Link to comment Share on other sites More sharing options...
plicatibu Posted January 4, 2014 Share Posted January 4, 2014 nikolayku, sometimes I use VIM and sometimes I use gVIM. It has no difference in the use of the interfaces as I do all by typing (No mousing at all). For sure your productive will fall deeply in the beggining. I use vim because I got addicted to it a long time ago and I like to develop with it. Sometimes I think I shouldn't because I do too much typing and it's not good for my tendinites. For some especific developments I use not only vim but some IDEs (for instance, for Flash I use FlashDevelop for easy debugging). Plugins I use: Pathogen (plugin manager): https://github.com/tpope/vim-pathogenVim-Fugitive (git wrapper): https://github.com/tpope/vim-fugitiveAuto pairs (Insert or delete brackets, parens, quotes in pair): https://github.com/jiangmiao/auto-pairsSnipMate (it is a TextMate-like snippet plugin):https://github.com/msanders/snipmate.vimCtrl-P (It's like TextMate/Sublime Text feature: Selection of multiple elements and change in those selected. I):https://github.com/kien/ctrlp.vimNERDTree (file/folder navigation):https://github.com/scrooloose/nerdtreeMRU list (list the most recent used files):https://github.com/yegappan/mrutcomment (it works like a toggle, i.e., it will comment out text that contains uncommented lines, and it will uncomment already commented text (i.e. text that contains no uncommented lines): https://github.com/tomtom/tcomment_vimmatchit (extended % matching for HTML, LaTeX, and many other languages ):http://www.vim.org/scripts/script.php?script_id=39molokai (it is a Vim port of the monokai theme for TextMate ):http://www.vim.org/scripts/script.php?script_id=2340syntastic (linter that checxks the syntax of many file types):https://github.com/scrooloose/syntasticnode-vim (support to work with nodejs):https://github.com/moll/vim-nodejslin (javascript lineter):https://github.com/hallettj/jslint.vimjshint (it is a front for the jshint NodeJS cli module.):https://github.com/walm/jshint.vimnodejs-snippets (node specific snippet for SnipMate. Consider forking and improving): https://github.com/jamescarr/snipmate-nodejsFuzzyFinder (buffer/file/command/tag/etc explorer with fuzzy matching):https://bitbucket.org/ns9tks/vim-fuzzyfinder/vim-node (A dictionary for node):https://github.com/guileen/vim-nodevim-nodejs-complete (code completion with support for local module completion):https://github.com/ahayman/vim-nodejs-complete Quote Link to comment Share on other sites More sharing options...
Overloaded Posted January 4, 2014 Share Posted January 4, 2014 I used CoffeCup, until I found about Notepad++. I use Notepad++ since then. Actually I'm thinking to download Sublime Text, due to the fact that I've heard lots of positive feedback about it. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.