Posts

Vs Code ready for Angular 2 development

Image
Make "VS Code" ready for Angular 2 development with below must have extensions. How to install extensions in "VS Code IDE"? =>Press Ctrl+Shift+X while on IDE. =>Write "ext install installation_code " given with all the extensions. Or search extension name in       search box and install it. #1    Path Intellisense  [installation_code : path-intellisense ] This plugin enables auto completion to file paths. #2    TypeScript Hero  [installation_code : typescript-hero] Add imports of your project or libraries to your current file Add an import for the current name under the cursor Add all missing imports of a file with one command Intellisense that suggests symbols and automatically adds the needed imports "Light bulb feature" that fixes code you wrote Sort and organize your imports (sort and remove unused) #3    Angular 2+ Snippets  [installation_code : Angular-BeastCode] Visua