Skip to content

VSCode extension that provides godbolt.org features inside vscode using compile commands

License

Notifications You must be signed in to change notification settings

dprogm/cxx-compiler-explorer

 
 

Repository files navigation

cxx-compiler-explorer

Shows disassembly to source relations and dims unused source lines.

This extension is based on https://github.com/dseight/vscode-disasexpl (which is originally based on parts from Compiler Explorer code).

Usage

Run compilerexplorer.disassOutput from Command palette. Disassembly will be shown in a new column.

Run compilerexplorer.disassOutputWithCustomCommand from Command palette to use edit compile command.

Requirements

compilerexplorer.compilationDirectory must point to location of build directory containing compile commands.

About

VSCode extension that provides godbolt.org features inside vscode using compile commands

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.5%
  • JavaScript 2.5%