Andreas Pazureck
Andreas Pazureck
Should be activateable in workspaces / user settings
Create a command to automatically add imports like: import JSONModel = sap.ui.model.json.JSONModel; to the sap.ui.define Command can be called via autocomplete, too.
To convert the namespaces in define to the namespaces for extend. Example: sap.ui.define([ 'sap/ui/core/mvc/Controller' should be convertable to sap.ui.core.mvc.Controller this should be put in the copy-paste feature so it can...
Hi, I am currently struggleing using my generated GQLs for testing and cannot find any solution when searching online. I have a component, which depends on a service using the...
Hi, I am currently working on an XML Autocomplete / XML Linter working with schemas. See this issue: https://github.com/Microsoft/vscode/issues/1440 As I would see it would contribute to what you are...
Hi, I made another change to catch duplicate assembly / assembly load exception when calling `Build(...)` on metadatabuilder. The default behavior should be preserved. I needed this for my module...
Hi, I have an issue finding a type by its interface when it inherited from a base class. The inheritance is basically this `MyClass : GenericBaseClass : BaseClass : IBaseInterface`...
Hi, For some reason the controller jumps back to min value when running for some time:  My settings: P = 2 I = 0.01 D = 0 minimum =...