on ‎2019 Jul 22 9:23 AM
Hello All,
The following functionalities are not working for me in general for a project:
however it works fine in another project.
What could be the issue?
BR, Ekansh
Request clarification before answering.
Yuval helped to get this sorted. I am posting the cause of this here for others.
The issues were due to usage of ES6 in my project due to which the code was not parsed as webide parser doesn't support ES6. When we removed ES6 syntax, parsing started working as we could see the Outline generated and all other issues were also fixed with this.
Please do remember, setting 'es6: true' in the project settings, just sets it for eslint and removes error during linting.
BR, Ekansh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We can have a short meeting on Monday. yuval.morad@sap.com
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you go to project settings UI5 you can maintain the UI5 libs for which you would get validation and code assist. Yhe libs will be added to the manifest.json. If it does not help I would need to see the project zip
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please attach the project or js file and .project.json file
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Here is the project.json file. Please remove .txt from the file name. Would you also need complete project code extract?
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.