Popularity
4.4
Declining
Activity
0.0
Stable
10
5
1
Programming language: CoffeeScript
License: MIT License
Tags:
Editor Plugins
Atom
Latest version: v0.1.0
crystal-tools alternatives and similar shards
Based on the "Atom" category.
Alternatively, view crystal-tools alternatives based on common mentions on social networks and blogs.
-
linter-crystal
Lint Crystal using the Crystal compiler in Atom
Do you think we are missing an alternative of crystal-tools or a related project?
README
crystal-tools package
Enables built in tools in crystal compiler to be used from atom.
Note: requires crystal >= 0.7.7.
Supported tools
- context: displays available context variables at a specific location
- implementations: over a method call, search for all possible definition of the method. Even across macro expansions.