microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
161.73k stars 28.43k forks source link

suggestion to enable an option such as Html,Css , ... #168047

Closed Saleh-Programmer closed 1 year ago

Saleh-Programmer commented 1 year ago

Type: Feature Request

Hello dear "Microsoft VS code" engineers.

Such as Html,Css,Javascipt coding in the Code environment that we have a link to refer to the MDN website when we hove mouse on a tag, please enable this option in python for referring to "docs.python.org". MDN

Good luck.

VS Code version: Code 1.73.1 (6261075646f055b99068d3688932416f2346dd3b, 2022-11-09T04:27:29.066Z) OS version: Windows_NT x64 10.0.19044 Modes: Sandboxed: No

gjsjohnmurray commented 1 year ago

/extPython

VSCodeTriageBot commented 1 year ago

It looks like this is caused by the Python extension. Please file the issue to the Python extension repository. Make sure to check their issue reporting template and provide them relevant information such as the extension version you're using. See also our issue reporting guidelines for more information.

Happy Coding!

Saleh-Programmer commented 1 year ago

Hi , Why close this issue? It's not an extension issue it's visual studio code issue. Please don't act immediately.

gjsjohnmurray commented 1 year ago

In VS Code, hover text is provided by extensions via the HoverProvider API.