We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe. First of all, Thanks for the wonderful tool!
Is there a way to show the documentation (preferred) or link for the rule along with the tooltip?
For example, could the documentation for rule T201 be accessed from the tooltip in the attached screenshot?
Describe the solution you'd like
It would be very helpful if the documentation (including "use instead" information) can be displayed in the tooltip.
Another option is to include a link to webpage containing the documentation for the rule as described in astral-sh/ruff-lsp#163 (comment)
Additional context
The text was updated successfully, but these errors were encountered:
Thank you for creating the issue. We should implement it. We can show the document in the tooltips like this. https://github.com/JetBrains/intellij-community/blob/dc4c2e27c42e2a2dce8714d8da19e6ef6493ae13/python/src/com/jetbrains/python/codeInsight/stdlib/PyStdlibDocumentationLinkProvider.java#L976-L995
Also, I put the link in the tail of the tooltips in the pydantic plugin. https://github.com/koxudaxi/pydantic-pycharm-plugin/blob/1b52d2eb2e51fba0653e011ccb8baaaec5c2a64d/src/com/koxudaxi/pydantic/PydanticDocumentationLinkProvider.kt#L34-L43
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
First of all, Thanks for the wonderful tool!
Is there a way to show the documentation (preferred) or link for the rule along with the tooltip?
For example, could the documentation for rule T201 be accessed from the tooltip in the attached screenshot?
Describe the solution you'd like
It would be very helpful if the documentation (including "use instead" information) can be displayed in the tooltip.
Another option is to include a link to webpage containing the documentation for the rule as described in astral-sh/ruff-lsp#163 (comment)
Additional context
The text was updated successfully, but these errors were encountered: