Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add angular support for Notepad ++?

I am building hybrid apps using Ionic framework. I came across to Notepad++ as an editor, but I found out it supports HTML and JS but there is no default support for Angular. Is there any way I can add support for angular.

Note: I am new to this Ionic (hybrid) development and I am unaware of any good editors for Ionic. If anyone has any experience or knowledge of some great editors for windows out there like eclipse for Java, I welcome that suggestion also.

like image 512
Sunny Avatar asked Apr 20 '15 07:04

Sunny


1 Answers

I can't answer how to add support in Notepad++. I used it once upon a time but there are so many other great options out there that have some level of support.

IDEs

  • WebStorm (https://www.jetbrains.com/webstorm/) This is probably the best IDE for JavaScript. It has built in Ionic and Angular support.

Text Editors - There are several plugins to add Angular and Ionic support for each.

  • Atom (https://atom.io/)
  • Sublime Text (http://www.sublimetext.com/)
  • Brackets (http://brackets.io/)
like image 67
Jeremy Wilken Avatar answered Oct 23 '22 02:10

Jeremy Wilken