crystal format for VS CodeCrystal lang has very useful tool named 'format'. Since there were no VSCode extensions that provide such an integration, so here the one. FeaturesFormatting Crystal done easy! Refer to commands section to learn more. This extension allows configure formatting options that will be passed to 'crystal tool format'. To check out these options, call 'crystal tool format --help' in your terminal. RequirementsIt's pretty obvious that you will need Crystal to be installed. By default, Crystal executable is expected to be found as CommandsExtension provides these commands:
Please, check your keybindings configuration to configure these commands. Extension SettingsYou can configure the extension through the following settings:
Known IssuesCurrently only file-by-file formatting is supported. Release Notes1.0.2Initial release |