]> git.lizzy.rs Git - rust.git/commitdiff
Add howtos
authorAleksey Kladov <aleksey.kladov@gmail.com>
Fri, 5 Feb 2021 14:44:04 +0000 (17:44 +0300)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Fri, 5 Feb 2021 14:45:14 +0000 (17:45 +0300)
docs/dev/README.md

index 9c0af68e36529dcad1f9fc2b159654e707f15382..9b9b18102a3282f00a693f43b33ea8d5254ad53a 100644 (file)
@@ -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