-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Language ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.
Description
Hello there,
for some reason I do not have any autocomplete on Qt types.
#include <qstring.h>
int main(int argc, char* argv[])
{
QString str = "Hello world";
}
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.
Metadata
Metadata
Assignees
Labels
Language ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.