About 4,250 results
Open links in new tab
  1. Ultimate Hover - Visual Studio Marketplace

    Extension for Visual Studio Code - Enhances your hover displays, enriches your data presentation and improves your development workflow.

  2. VS Code Hover Extension implement HoverProvider

    Feb 21, 2019 · Trying to add hovers to add hovers to my VS Code extension. I was able to syntax highlighting and commands to work, but stuck on adding this hover feature. I think my blocker is how to properly implement the HoverProvider API.

    Missing:

    • Reference File

    Must include:

  3. sijakret/vs-code-custom-hover-extension - GitHub

    This extension contributes the following settings: customhover.provideHoverFile: path to file which exports provideHover method. (default: [workspace]/provideHover.cjs)

  4. visual studio code - Hover over filename in explorer to preview file ...

    Aug 1, 2020 · I'd like to hold (say Ctrl) and then use my mouse to and hover over files and have them preview in the editor. Essentially this allows me to quickly explore the contents of a large number of files without taking the very long time of clicking each one to glance and their contents.

  5. Custom Hover - Visual Studio Marketplace

    Extension for Visual Studio Code - Create customizable and context-aware hover panels for your project.

  6. vs-code-custom-hover-extension/README.md at main - GitHub

    This extension provides a bridge to create custom hoverProviders in your project. The main purpose is to be able to provide an experience 100% tailored to your project. Use cases include:

  7. How to enable hover in VS Code? - Stack Overflow

    Sep 3, 2019 · Go to your VSCode settings (settings.json) and set editor.hover.enabled to true. "editor.hover.enabled": true. Otherwise, if you like UI setting stuff, search for " hover enabled " or editor.hover.enabled in your settings and make sure it is enabled. Enable the language extension.

    Missing:

    • Reference File

    Must include:

  8. How can I provide overload info in hover info in my VS Code extension ...

    Mar 23, 2023 · The screenshot you've shown is coming from VS Code's builtin typescript-language-features extension. See its hover.ts file if you want a reference point.

  9. visual studio code - Open another document in VSCode extension

    Jul 9, 2021 · I try to open a document from a Hover in a VSCode Extension. The Hover appears, the link is shown and also the URI, but when I click, nothing happens. There is an output in the Debug Console, that the command is unknown in the Developer Tools Console.

  10. Code Navigation - Visual Studio Code

    VS Code provides two powerful commands to navigate in and across files with easy-to-use keyboard shortcuts. Hold Ctrl and press Tab to view a list of all files open in an editor group. To open one of these files, use Tab again to pick the file …

  11. Some results have been removed
Refresh