CodeEditApp / CodeEditApp/CodeEdit
✨ Hover Provider Extension API
Abierto
extensions
- Lenguaje dominante
- Swift
- Estrellas
- 23k
- Forks
- 1.2k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
# Overview
The purpose of the hover provider is to provide tooltip like notifications when the cursor is held over a segment of text in the code editor. Like the Code Completion provider, the hover provider provides functionality that should also be available through the LSP.
## Resources
- https://code.visualstudio.com/api/language-extensions/programmatic-language-features
- https://code.visualstudio.com/api/references/vscode-api#languages.registerHoverProvider
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.