Skip to content

Commit ae7bee7

Browse files
bors[bot]matklad
andauthored
Merge #7569
7569: Add howtos r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
2 parents b89fef5 + 648d995 commit ae7bee7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/dev/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,14 @@ npm run lint
114114

115115
Do see [./style.md](./style.md).
116116

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+
117125
# Logging
118126

119127
Logging is done by both rust-analyzer and VS Code, so it might be tricky to

0 commit comments

Comments
 (0)