Michael Aigner

Results 42 comments of Michael Aigner

Hi @LinYuMx , Can you post a screenshot from Qt here of the feature. I'm not 100% sure if I understand your request correctly.

Hi @srcejon, you are right, currently it is really just append the selection to the url. AFAIK I can not access the highlight primitives or the Intellisense Infos from another...

Hi @srcejon, it seems that there is no way to get the information. I checked `vscode.executeDocumentSymbolProvider` and [cpptools-api](https://github.com/microsoft/vscode-cpptools-api) but non of them provider the required information.

This issue still exist with the 1.1 stable version on Windows.

@usiems Is there any known workaround on the python-code side for this?

I had a problem yesterday with `sizeHint` from QWidget. I was aware of the variant you described for `QDoubleValidator` but I had problems with a property. My Class is a...

@usiems Thanks for looking into this. `QPlainTextEdit.sizeHint(self)` was also my logical answer, good to know that this should be right. I'm not on the latest PythonQt version, so I will...

Hi @Shochraos , this is fixed when #3592 get merged.

@reporter123 You can set `qttools.injectNatvisFile` to false to disable the auto-injection like mentioned in the readme. Which Microsoft natvis file do you refer to which contains a QString?

Same problem on my instance. It could be that it is maybe fixed with #83028 (at least the `services.py` get refactored). Maybe @r01k know if this could be fixed with...