I have been trying to get Webstorm (v 2020.1.2) working to provide intellisense/code autocompletion on html/templates without luck.
Tried different things, like not excluding node_modules/@angular & node_modules/@ionic directories from indexing, then invalidate cache and restart, also have IonicModule imported on app module, and still no luck (e.g.: typing “ion…” won’t bring the components list)
Even simple Angular *ngFor is not being suggested so I guess I’m missing something bigger than just ionic setup. However Ctrl+click on component variable included in template file correctly opens ts one.
I do have Webstorm’s Angular & AngularJS plugin setup.
This is the output from ionic info:
Ionic:
Ionic CLI : 6.16.1 (C:\Users\Julian\AppData\Roaming\nvm\v12.14.0\node_modules@ionic\cli)
Ionic Framework : @ionic/angular 5.6.9
@angular-devkit/build-angular : 12.0.5
@angular-devkit/schematics : 12.0.5
@angular/cli : 12.0.5
@ionic/angular-toolkit : 4.0.0
Capacitor:
Capacitor CLI : 3.0.1
@capacitor/android : not installed
@capacitor/core : 3.0.1
@capacitor/ios : not installed
Utility:
cordova-res : 0.9.0
native-run : 1.4.0
System:
NodeJS : v12.14.0 (C:\Program Files\nodejs\node.exe)
npm : 6.13.4
OS : Windows 10
Any ideas?
1 post - 1 participant