Skip to content

Feature request: Show generated code #689

Closed
@linuxtim

Description

@linuxtim

For reasons such as performance optimisation and debugging, it's reasonably common to inspect the output of the various compilation stages which software goes through e.g.

  • Results of macro expansion
  • Compiler intermediate code representation
  • Bytecode
  • Assembly language

Some examples of existing IDE-specific integrations and extensions which allow this are https://github.com/mre/cargo-inspect-vscode and https://github.com/JetBrains/intellij-community/tree/master/plugins/ByteCodeViewer

I'm not particularly familiar with LSP, but thought LSP would be the best mechanism to support this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    info-neededIssue requires more information from poster

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions