solidity-language-server 0.1.26

A fast Solidity language server powered by solc and Foundry
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## Agents

- User `jq` to analyze json outputs from ast.
- [poolmanager.json]./poolmanager.json - ast generated by solc.

## Testing and Debugging

Always use `lsp-bench` as the first choice when you want to debug lsp methods and their output. The lsp-bench repo is https://github.com/mmsaki/lsp-bench (local clone path: `../lsp-bench`).

There are many examples on ./benchmarks on how to write a simple yaml config to you needs.

## Building

Always build with `--release` flag