dprogm / cxx-compiler-explorer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:TypeScript 97.5%Language:JavaScript 2.5%