rust-analyzer/editors/code/src
bors[bot] 1cc73d60bb
Merge #7068
7068: Add VSCode command to view the hir of a function body r=theotherphil a=theotherphil

Will fix https://github.com/rust-analyzer/rust-analyzer/issues/7061. Very rough initial version just to work out where I needed to wire everything up.

@matklad would you be happy merging a hir visualiser of some kind? If so, do you have any thoughts on what you'd like it show, and how?

I've spent very little time on this thus far, so I'm fine with throwing away the contents of this PR, but I want to avoid taking the time to make this more polished/interactive/useful only to discover that no-one else has any interest in this functionality.

![image](https://user-images.githubusercontent.com/1974256/103236081-bb58f700-493b-11eb-9d12-55ae1b870f8f.png)


Co-authored-by: Phil Ellison <phil.j.ellison@gmail.com>
2021-01-03 09:03:15 +00:00
..
ast_inspector.ts Flatten commands.ts 2020-05-25 12:14:44 +02:00
client.ts Add an option for extra env vars in the Code extension 2020-12-30 04:51:07 -08:00
commands.ts Merge #7068 2021-01-03 09:03:15 +00:00
config.ts Add an option for extra env vars in the Code extension 2020-12-30 04:51:07 -08:00
ctx.ts Add an option for extra env vars in the Code extension 2020-12-30 04:51:07 -08:00
debug.ts delete empty line 2020-07-26 13:42:17 -04:00
inlay_hints.ts Smaller inlay hints 2020-10-28 09:52:23 -04:00
lsp_ext.ts Initial implementation of view-hir command 2020-12-28 18:29:58 +00:00
main.ts Initial implementation of view-hir command 2020-12-28 18:29:58 +00:00
net.ts Remove workaround & fix fetch$1 is not a function 2020-12-08 13:06:36 +07:00
persistent_state.ts Allow to use a Github Auth token for fetching releases 2020-09-22 23:12:51 -07:00
run.ts Check cargoExtraArgs for undefined before using 2020-10-18 11:40:48 +11:00
snippets.ts Support multiple workspace edits 2020-11-04 15:04:28 +01:00
tasks.ts Support 'runnables' options in the vs code extension 2020-10-02 12:35:22 +03:00
toolchain.ts Rename ra_toolchain -> toolchain 2020-08-12 16:52:28 +02:00
util.ts Latest proposed LSP 3.16.0 2020-10-26 09:23:34 -04:00