sapui5 - intellisense for openui project in visual studio code 1.3 -


i have openui project setup in visual studio code 1.2/1.3 , required libraries (openui runtime files) inside /resources directory , in .js format. not getting intellisense these libraries. have setup jsconfig.json follows. can me on how intellisense same.

jsconfig.json:

{ "compileroptions": {     "target": "es6" }, "files": [     "/resources/sap/m/*",     "resources/sap/ui/*"  ] } 

in example worked added "@types/openui5": "^1.40.1" dev dependency package.json. vscode auto detects when installed via npm or yarn , provides auto completion. i'm using vscode 1.17 btw. example: vscode ui5 auto completion example


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -