-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Labels
Description
Description
Did a fresh install of crystal (both compiler and extension), but the hover feature does not work on any piece of code. After reading the output, it just says:
[Hover] getting context...
[Hover] error: undefined
How to reproduce
- Create a new *.cr file with valid code in it
- Hover over any part of the code
- Read the output of the extension
Expected behavior
Information about the statement should appear on the screen next to the cursor.
Desktop
- OS: Windows 11
- Crystal version: Crystal 1.11.2 [fda656c] (2024-01-18)
- This plugin version: v0.9.3
Additional context
I'm still a new to programming halp

