apazureck / openui5vscodeTypescriptTools

Tools for openui5 to enhance productivity using VS Code
MIT License
22 stars 5 forks source link

Autocompletion for IDs #31

Closed apazureck closed 7 years ago

apazureck commented 7 years ago

Autocomplete getId() using the information on the view

Use sap.ui.core.ID type to determine where to provide autocomplete

apazureck commented 7 years ago

Already addressed in issue #16

apazureck commented 7 years ago

Added a simple workaround until the typescript language service works