crystal-jp / introducing-crystal

『Introducing Crystal Programming Language』の原稿をまとめたリポジトリです
https://crystal-jp.github.io/introducing-crystal/
17 stars 3 forks source link

Update LSP introduction #63

Closed kachick closed 3 years ago

kachick commented 3 years ago

最近の Crystal(0.36.1) で IDE のサポートを受けられないか試していたら、Scry は https://github.com/crystal-lang-tools/scry/pull/180 で build だけ通したものの実際に利用するとエラーばかりで難しいようでした 😢 (初心者なこともあって直しにいけてないのですが・・・) が https://github.com/elbywan/crystalline を使ってみるとかなり快適だったので、個人的に布教活動を始めて居ます 😄 https://github.com/microsoft/language-server-protocol/pull/1216

日本語の参考資料としてこちらの書籍がとても素晴らしいと思っているので、是非載せておいて貰いたいなと思ったのですが如何でしょうか?

https://github.com/crystal-jp/introducing-crystal/commit/ba560bfccdb877f321aabd4cc3e05e29f9f6f70d#diff-96b03f558895f5c3520c57af7cf48e491b10afe0da208b714dbe60a2b45d980cR160

0.31.1 に限定してあったので、サポート外の Crystalline を載せない方が良いのかな?とも思ったのですが、注釈で対応バージョンを記す感じで編集してみました。

Before

スクリーンショット 2021-03-10 0 18 13

After

スクリーンショット 2021-03-10 0 26 16
kachick commented 3 years ago

ありがとうございます!