diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-02-05 14:45:59 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-02-05 14:45:59 +0000 |
commit | ae7bee70a10d01f0fdebfc12c70aca4f765826b3 (patch) | |
tree | 923a4e3bc411867ac436913b2d878de476d8f0ae /docs/dev | |
parent | b89fef522043f0fe4dc1977059b70bbd20d6fd75 (diff) | |
parent | 648d99537ca600fe6c41fb0646d98739eb957dff (diff) |
Merge #7569
7569: Add howtos r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
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 9c0af68e3..9b9b18102 100644 --- a/docs/dev/README.md +++ b/docs/dev/README.md | |||
@@ -114,6 +114,14 @@ npm run lint | |||
114 | 114 | ||
115 | Do see [./style.md](./style.md). | 115 | Do see [./style.md](./style.md). |
116 | 116 | ||
117 | # How to ... | ||
118 | |||
119 | * ... add an assist? [#7535](https://github.com/rust-analyzer/rust-analyzer/pull/7535) | ||
120 | * ... add a new protocol extension? [#4569](https://github.com/rust-analyzer/rust-analyzer/pull/4569) | ||
121 | * ... add a new configuration option? [#7451](https://github.com/rust-analyzer/rust-analyzer/pull/7451) | ||
122 | * ... add a new completion? [#6964](https://github.com/rust-analyzer/rust-analyzer/pull/6964) | ||
123 | * ... allow new syntax in the parser? [#7338](https://github.com/rust-analyzer/rust-analyzer/pull/7338) | ||
124 | |||
117 | # Logging | 125 | # Logging |
118 | 126 | ||
119 | Logging is done by both rust-analyzer and VS Code, so it might be tricky to | 127 | Logging is done by both rust-analyzer and VS Code, so it might be tricky to |