-3

I am looking for Sublime Text 3 Angular 2 Snippets and Code Completions.

I found John Papa's snippets for sublime text but it seems like it's deprecated and also not listed on Install Packages on my sublime. This used to be the URL but now it looks empty. Also the same with the official packagecontrol website, no readme etc.

Anybody has any suggestion for Sublime Text 3 Angular 2 Snippets and Code Completions? or how to install John Papa's package?

JJJ
  • 32,902
  • 20
  • 89
  • 102
ivanasetiawan
  • 879
  • 1
  • 10
  • 26

2 Answers2

1

https://github.com/evanplaice/angular2-snippets

https://github.com/angular-ui/AngularJS-sublime-package

check these packages if of any help for you...

Hamid Ali
  • 194
  • 2
  • 8
0

Ok so I ended up doing it manually

  1. In the command palette search for Package Control: Add Repository (Cmd+Shift+P)
  2. In the input panel, insert the github path https://github.com/evanplaice/angular2-snippets (or anything else)
  3. Install it using Package Control: Install Package
ivanasetiawan
  • 879
  • 1
  • 10
  • 26