rust/editors/code/src
bors[bot] 9594fe33fa
Merge #4083
4083: Smol documentation for ast nodes r=matklad a=Veetaha

There is a tremendous amount of TODOs to clarify the topics I am not certain about.
Please @matklad, @edwin0cheng review carefully, I even left some mentions of your names in todos to put your attention where you most probably can give comments.

In order to simplify the review, I separated the codegen (i.e. changes in `ast/generated/nodes.rs`) from `ast_src` changes (they in fact just duplicate one another) into two commits.

Also, I had to hack a little bit to let the docs be generated as doc comments and not as doc attributes because it's easier to read them this way and IIRC we don't support hints for `#[doc = ""]` attributes for now...

Closes #3682 

Co-authored-by: veetaha <veetaha2@gmail.com>
2020-05-13 09:09:46 +00:00
..
commands Merge #4083 2020-05-13 09:09:46 +00:00
cargo.ts Fix cargo not found on macos bug at vscode extension side 2020-05-05 16:12:56 -07:00
client.ts Merge #4145 2020-04-25 19:30:04 +00:00
config.ts Merge remote-tracking branch 'upstream/master' into uniformed_debug_lens 2020-05-08 19:34:34 +03:00
ctx.ts Remove unnecessary async from vscode language client creation 2020-04-25 20:52:50 +03:00
inlay_hints.ts Add master config for inlayHints to make disabling easy 2020-05-08 09:28:15 +02:00
main.ts Fix cargo not found on macos bug at vscode extension side 2020-05-05 16:12:56 -07:00
net.ts Rewrite auto-update 2020-03-19 09:04:59 +01:00
persistent_state.ts Rewrite auto-update 2020-03-19 09:04:59 +01:00
rust-analyzer-api.ts Extension types and rendering 2020-03-24 23:22:41 +01:00
source_change.ts Jump to sourceChanges in other files 2020-04-21 23:04:44 +02:00
status_display.ts Lean onto default implementation of configs 2020-04-02 12:47:58 +02:00
tasks.ts tasks.json Support 2020-04-22 17:05:04 -07:00
util.ts Fix cargo not found on macos bug at vscode extension side 2020-05-05 16:12:56 -07:00