


Sublime Text 3 Packages Install Package Control
You can now select any package you wish to remove. There are close to 5K packages available for Sublime Text. While this number is smaller than that of VS Code (15K) and Atom (9K), there is a package for almost any type of functionality you might be looking for. Here are our top 10 Sublime Text packages as of December 2019:To begin you will need to install Package Control, which is a package manager for Sublime. You can do this through sublime using the command palette.
Sublime Text 3 Packages Code Completion Like
There are plenty of options available which you can see using the following link:John Papa’s Angular Snippets for Sublime Text:John Papa has created great snippets for Angular JS and they are very useful. It is highly configurable and you can also define your preferences. It is based on JS Beautifier. Directive completion of Custom Defined DirectivesTo Take advantage of this plugin’s syntax highlighting You need to change the view type of your HTML page file: View-> Syntax-> HTML(Angular.js).And then you can utilize code completion like the following.This package helps you format your JavaScript and JSON. Code completion for built-in Angular libraries Open the command palette and then type in "upgrade" and hit enter when you see "Package Control: Upgrade Package".
It will also follow the best practices written in John Papa’s style guide.That’s it. For example, If you want to create an angular controller just type ngcontroller.Upon pressing tab, it will create an Angular controller like below. You can refer to that using the following link:After installing that, you can create lots of angular boilerplate code very easily.
