Markus Krause

Results 141 comments of Markus Krause

I was able to fix this by setting word completion to current document instead of all documents. Thsi seems to be a change in behavior in VS code. The mentioned...

does not work anymore also...

currently it seems like it...

![grafik](https://user-images.githubusercontent.com/25175069/81470245-16da4700-91ea-11ea-915e-894a3eabd0cf.png) The problem is most likely here. Constants also incorporante localparams und specparams. The fix would be to quickly parse the actual string that ctags gives and check if the...

Parsing that out of ctags is currently tedious. I ahve opened an upstream issue to provide a cleaner way of seperating defines, localparams, parameters and specparams: https://github.com/universal-ctags/ctags/issues/2537

Yes, I have seen that as I have this installed in parallel. I can use the feature when I switch the language to Systemverilog, but it only shows files within...

Yes I noticed that, but it is very inefficient for me. I have to go up like 4 or 5 levels and then descend back into some other library (as...

Thanks a lot for the quick reaction! Some remarks: a) I think the spec should be completely transport agnostic. If someone wants to sent debug command via bluetooth, that should...

Thank you for the elaborate response! Just as a preface: Our original debug implementation which we also shipped in silicon dates back all the way to early 2018, with implementation...

Ah so I see, we were talking over each others heads before haha Yes, that is exactly what we wish to do. Or I should say: have to do because...