-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search in documentation #39
Comments
Hey, In theory that sounds possible. The only problem I had in the past is that I'm not quite sure how to use I tried Greetings Tonka |
I suggested to open web page, but your approach is better :)
I have no experience with extensions, but I know an extension that does exactly this. Perhaps this can be used as a reference.
Sure. Here is some files. Let me know if you need more. |
Thanks for the files. I already got the word under the cursor position. Now I just have to find out which args are the correct ones from assistant. Maybe I can also add a setting to use the website instead, but I think you get an messagebox everytime which tells you the url before opening. |
No, the extension I mentioned above opens the site directly inside VSCode. |
Inject via iframe, interesting. Can you try to call qt assistant from your side with |
No, unfortunately it just opens Assistant quick guide. |
Then I try the Qt website. When it is a class I can just attach it to the url like https://doc.qt.io/qt-5/qwidget.html. I will checkout the webview/iframe approach, but this can take some time. |
It would be cool, thanks! |
I pushed a first implementation in the #40 PR (command: |
In QtCreator, you can press F1 and get help with the current class. Is it possible to add similar functionality to the command palette to open a web page with the selected class? I would suggest providing a search and if it is empty then the class under the cursor will be found.
The text was updated successfully, but these errors were encountered: