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
276 stars 58 forks source link

Supporting Windows for Crystal VS Code extensions #113

Closed rishavs closed 3 years ago

rishavs commented 4 years ago

With the basic windows compiler done for Crystal, we should now look at actually being able to use the language on that platform. Right now, the VS Code extension doesn't provides meaningful autocomplete and error handling which are probably the 2 most important IDE features.

I understand that there is still a lot of work left to make Crystal windows-native, but maybe we can list down the pieces that are needed for the VS Code extensions to work on Windows, so as to better gauge where we stand and what work needs to be done to get there.

max-bertinetti commented 3 years ago

Hi @rishavs.

I don't have (and don't want to use) Windows.

Please try last plugin version with crystalline and report any problems.

If it is possible for you, compare with Linux or Mac behaviour. If they behave differently we can make a plan to pair the versions.

max-bertinetti commented 3 years ago

Close because missing informations