You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I reproed the bug. Adding #define Q_DECL_NOTHROW #define Q_REQUIRED_RESULT #define Q_ATTRIBUTE_FORMAT_PRINTF(arg1, arg2)
to cpp.hint fixes the issue (the file is located at the root of our extension folder so you could add it yourself if you want, and we'll update our version for the next release). Our parser code breaks when it encounters custom macro attributes at the end of a function declaration and uses #defines in cpp.hint to workaround it, so let us know if you find more we should add.
Hello there,
for some reason I do not have any autocomplete on Qt types.
on str. Visual Studio Code does not show any methods, is there a workaround to fix it? The "Peek Definition" and "Go to Definition" commands work.
The text was updated successfully, but these errors were encountered: