StefanKoenen / vscode-108171

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  1. yarn install
  2. Go to app.module.ts
  3. Add a line at the top of the file and type import {} from '@mylibs/my';
  4. When you typed /my, you should have 2 autocomplete options, press tab to execute the autocomplete
  5. Result will be import {} from '@mylibs/my@mylibs/.....';

About


Languages

Language:TypeScript 39.5%Language:JavaScript 33.1%Language:HTML 16.6%Language:CSS 10.8%