Overview of Calva features
publishedCalva provides a comprehensive suite of IDE features for Clojure and ClojureScript development, including:
- Inline code evaluation: Evaluate code directly within your editor.
- Structural editing: Advanced editing capabilities (e.g., Paredit).
- Code formatting: Automatically format your code.
- Code navigation: Move through your codebase efficiently.
- Debugger: Step through your code to find bugs.
- Linting: Identify potential errors and style issues.
- Syntax highlighting: Visual cues for code structure.
- Rainbow brackets: Clojure-aware color-coded parentheses for easier reading.
- Test runner: Execute and manage your tests.
- Refactoring support: Tools to safely restructure your code.