--
You received this message because you are subscribed to the Google Groups "AngularJS" group.
To post to this group, send email to ang...@googlegroups.com.
To unsubscribe from this group, send email to angular+u...@googlegroups.com.
Visit this group at http://groups.google.com/group/angular?hl=en-US.
--
You received this message because you are subscribed to the Google Groups "AngularJS" group.
To post to this group, send email to ang...@googlegroups.com.
To unsubscribe from this group, send email to angular+u...@googlegroups.com.
Visit this group at http://groups.google.com/group/angular?hl=en-US.
I use VIM as my default text editor. I did buy intelliJ and plan on migrating to that in the coming weeks
Vim + some sort of automated watch/lint/rebuild process (usually makefile or gruntfile)
--
@Josh Yeah!! Vim forever :-)Here's my rantpost about IDEs:IDEs try to do everything, and are good at nothing.vim does text editing very well. So I use itgit cli does version control very well. So I use itag does file searching very well. **ag plug: So someone built a small vim plugin which when I press 'fs' searches the cwd for a phrase or regex and puts it in the error view. And it's basically instant.. because ag is amazing. ag > ack > grep >>> ides in speed (http://goo.gl/oawP0)**
wr does file watching very well. (npm install -g wr; wr "make build" src/**/*.js)cat does concatenation very well. (it's cat!! My build process is 'cat src/**/* build.js; uglifyjs < build.js > build.min.js')make does build processes very well. (it's make.. it's the best..).So I just use the tools that are really good at things instead of a humongous ide :-)What do IDEs do well? Take eclipse.. it is good at being slow, having annoying editors, hiding how build processes actually work (seriously, in all the years since using eclipse for java I STILL don't know how the java build process really works), having a million windows, and trying to be pretty but really not being pretty :-pIDEs also have these things called snippets which stop you from actually learning languages yourself :-pI admit autocomplete in ide is nice with java libraries though...So basically the lesson is.. use the best tool for each task you need to do. And IDEs just don't do that. I like text editing. So I use vim.Sorry, but I had to say stuff :D
--
You received this message because you are subscribed to the Google Groups "AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to angular+u...@googlegroups.com.
To post to this group, send email to ang...@googlegroups.com.
Visit this group at http://groups.google.com/group/angular?hl=en-US.
If you are developing full JS app, you should consider the WebStorm IDE.
--
You received this message because you are subscribed to the Google Groups "AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to angular+u...@googlegroups.com.
To post to this group, send email to ang...@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.
Brackets with the Angular extension
--
You received this message because you are subscribed to a topic in the Google Groups "AngularJS" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/angular/MvPSE0Gy1rs/unsubscribe.
To unsubscribe from this group and all its topics, send an email to angular+u...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to angular+u...@googlegroups.com.
To post to this group, send email to ang...@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.
Samuel Castro
Full Stack Developer
(37) 9110-8850
--
You received this message because you are subscribed to a topic in the Google Groups "AngularJS" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/angular/MvPSE0Gy1rs/unsubscribe.
To unsubscribe from this group and all its topics, send an email to angular+u...@googlegroups.com.