Andreas Pazureck

Results 41 comments of Andreas Pazureck

Hi @haagw, I cannot provide javascript support, sorry. I am not dealing with js and the "normal" sapui syntax at all (except when I have to) and to provide better...

Hi @monavari-lebrecht, Thank you for your PR. As you can see I did not update this repo for a long time. Could you check out the development branch, which was...

Yes, but not for typescript. Or have you tried it out? Does it work with that extension? This: ``` typescript sap.ui.define([ ], function() { Controller.extend("app.controller.pages.FirstPage"); }); namespace app.controller.pages { import...

Hi @cmwright1981, sorry for the delay, I am currently on vacation. To be honest I planned to replace the xml parser with a much better one I wrote, which has...

Hi, I am so sorry, I totally procrastinated on that one. I will update the PR until end of February and then you can hopefully pull it in.

Hi, Sorry for the long absence. I threw out the exception when the event recorder was not on the dictionary and I added an option to still get events, even...

Hi, I will fix the stuff until Friday. Thought it was OK and already finished.

> Can you also take care of the remaining qodana issues? Hi, Yes, I am on it. But the job took so long to run I went to bed yesterday.

Thanks for the reminder, I thought it was already finished. I can tend to this on the upcoming weekend and hope it will pass then.

Hi @DotJoshJohnson, That linter/autocomplete is not that great, though. I started a new XML language server project last summer using a very modular architecture to add rules step by step....