Skip to content

Online help for methods #91

@srcejon

Description

@srcejon

Currently, the Qt: Online help seems to work for classes, but not for methods. For example, if I highlight mid in the following code:

QString a;
a.mid(3);

Then select Qt: Online help, I get 404 - Page Not Found because the URL it opens is:

https://doc.qt.io/qt-5/mid.html

Whereas it should be:

https://doc.qt.io/qt-5/qstring.html#mid

I don't know how this Qt plugin works, but it obviously can't work out that URL just by looking at the highlighted text, as that doesn't include QString at all.

However, Intellisense does know exactly which method is being referred to:

image

Is there a way to hook in to Intellisense to get the info needed to create the correct URL?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions