Clarity VSCode Extension
Features
Smart auto-completion
;; Type "stx-tr" and get:
(stx-transfer? amount sender recipient)
;; ^ ^ ^
;; Placeholders for easy navigationDocumentation on hover
;; Hover over 'map-set' to see:
;; - Function signature
;; - Parameter descriptions
;; - Return type
;; - Usage examples
(map-set my-map {key: "value"} "data")Go-to definition
Real-time error checking
Local contract resolution
Trait support
Visual debugging
1
2
3
4
Comparison table
Feature
Basic Editor
VS Code Extension
Additional Resources
Last updated
Was this helpful?