From 648d99537ca600fe6c41fb0646d98739eb957dff Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Fri, 5 Feb 2021 17:44:04 +0300 Subject: Add howtos --- docs/dev/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/dev') 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 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 -- cgit v1.2.3