Vscode Crystal Lang Versions Save

Yet another VSCode extension for Crystal Programming Language

v0.3.13

5 years ago

This patch version fixes #84

Now syntax errors detected by crystal tool format - are shown in the editor again

image

Also includes a crystal-lang-0.3.13.vsix to install it offline via code --install-extension crystal-lang-0.3.13.vsix

v0.3.12

5 years ago
  • Quickfix (workaround) to detect Error: messages on crystal tool format

Before this fix (replaces code by error message):

image

image

After this fix (shows error properly on save):

image

See CHANGELOG.

See Crystal on VScode Marketplace

v0.3.11

5 years ago

Patch release based on Node.js (TypeScript) backend.

New minor release will be based on Scry (Crystal) backend.

Please see 0.3.12

v0.1.0

6 years ago

First release with many VSCode features:

  • Snippets
  • Formatting
  • Problems finder
  • Document Symbols
  • Syntax highlighting
  • Show variable type on Hover
  • Show and Peek Implementations
  • Increment and decrements indentation
  • Method completion for Literals, Symbols and Top Level Methods