diff options
| author | Aleksey Kladov <aleksey.kladov@gmail.com> | 2021-02-05 17:44:04 +0300 |
|---|---|---|
| committer | Aleksey Kladov <aleksey.kladov@gmail.com> | 2021-02-05 17:45:14 +0300 |
| commit | 648d99537ca600fe6c41fb0646d98739eb957dff (patch) | |
| tree | 63fd0fbeef5af0a52b0ec3e77ce3d28ea9cda3fb /docs/dev | |
| parent | 5009958847efa5d3cd85f2a9a84074069ca2088d (diff) | |
| download | rust-648d99537ca600fe6c41fb0646d98739eb957dff.tar.gz rust-648d99537ca600fe6c41fb0646d98739eb957dff.zip | |
Add howtos
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/dev/README.md b/docs/dev/README.md index 9c0af68e365..9b9b18102a3 100644 --- a/docs/dev/README.md +++ b/docs/dev/README.md @@ -114,6 +114,14 @@ npm run lint Do see [./style.md](./style.md). +# How to ... + +* ... add an assist? [#7535](https://github.com/rust-analyzer/rust-analyzer/pull/7535) +* ... add a new protocol extension? [#4569](https://github.com/rust-analyzer/rust-analyzer/pull/4569) +* ... add a new configuration option? [#7451](https://github.com/rust-analyzer/rust-analyzer/pull/7451) +* ... add a new completion? [#6964](https://github.com/rust-analyzer/rust-analyzer/pull/6964) +* ... allow new syntax in the parser? [#7338](https://github.com/rust-analyzer/rust-analyzer/pull/7338) + # Logging Logging is done by both rust-analyzer and VS Code, so it might be tricky to |
