Andreas Pazureck

Results 38 issues of Andreas Pazureck

Should be activateable in workspaces / user settings

enhancement

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.

enhancement

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...

enhancement

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...

Feature

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: ![grafik](https://user-images.githubusercontent.com/14858596/209401236-4d0ee98e-c0d0-4082-8b87-fc7b236c1436.png) My settings: P = 2 I = 0.01 D = 0 minimum =...