File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Cadence Tools
2
2
3
3
Contains various developer tools for Cadence.
4
- - [ Cadence-lint ] ( ./lint/ ) - The linter for Cadence. Find programming errors, bugs, stylistic errors and suspicious constructs
4
+ - [ Cadence Lint ] ( ./lint/ ) - The linter for Cadence. Find programming errors, bugs, stylistic errors and suspicious constructs
5
5
6
6
7
- - [ Cadence testing framework ] ( ./test/ ) - The Cadence testing framework provides a convenient way to write tests
7
+ - [ Cadence Testing Framework ] ( ./test/ ) - The Cadence testing framework provides a convenient way to write tests
8
8
for Cadence programs in Cadence.
9
9
10
10
11
- - [ Language server ] ( ./languageserver/ ) - Language server implementation for Cadence.
11
+ - [ Cadence Language Server ] ( ./languageserver/ ) - Language server implementation for Cadence.
12
12
It provides editors and IDEs that support LSP language features like auto complete,
13
13
go to definition, documentation and type information on hover, etc
14
14
15
15
16
- - [ Document generator ] ( ./docgen ) - Generates human-readable documentation for Cadence programs.
16
+ - [ Cadence Documentation Generator ] ( ./docgen ) - Generates human-readable documentation for Cadence programs.
You can’t perform that action at this time.
0 commit comments