crystal-lang-tools / vscode-crystal-lang

Yet another VSCode extension for Crystal Programming Language
https://marketplace.visualstudio.com/items?itemName=crystal-lang-tools.crystal-lang
MIT License
277 stars 58 forks source link

Hover feature does not work with Windows11 PC and v0.8.4 of the extension (Native Windows Crystal, not WSL) #176

Closed mahSource closed 8 months ago

mahSource commented 1 year ago

Describe the bug Even when the Hover feature is selected in extension settings the feature does not work on my W11 PC with latest extension 0.8.4

To Reproduce Steps to reproduce the behavior: Select hover in the extension settings Reload VS Code Open a .cr source file Hover over items and nothing happens

Expected behavior For the hover feature to be active as shown in the gif on the extension splash page

Piece of Code Pick any code with functions and variables and hover over them

Screenshots N/A

Desktop (please complete the following information):

Additional context Also when I start VS Code and load in the Crystal file it give this error: "Crystal compiler not found. Some features can through errors" but I have Crystal in the Env. Variables so I cannot figure this out. Maybe this is why Hover does not work too. The syntax highlighting does work nicely though. I will submit another issue/bug report about the compiler not being found.

mahSource commented 1 year ago

NOTE: with advice from Margret(nobodywasishere) I installed the beta version v0.8.5 via a vsix file and this bug has been fixed. Thank you!