Add range information to Hover result #251
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
The range for which the hover applies to should be returned. For example, the entire tag name (including the prefix) should be returned for tags. This improves the UX as it lets the user know what the hover describes (by default it shows the word that the cursor is on).
The hover result is calculated here:
ui5-language-assistant/packages/language-server/src/hover.ts
Line 38 in d8eb81a
The text was updated successfully, but these errors were encountered: