Skip to content

Highlight lines with compilation errors and warnings

Notifications You must be signed in to change notification settings

RaiManish3/vscode_C_compile

Repository files navigation

compileInfo extension

This is a vscode plugin which highlights line in the code with gcc errors (red) , warnings (green) and security warnings (blue) that may occur during compilation of a C File.

Highlights the results with just a click of a button.

Requirements

Though it is not required to install anything explicity but I thought they are worth mentioning.

Installation

  • Clone the repo and paste in the following directory:
    • Linux/ Mac: $HOME/.vscode/extensions
    • Windows : %USERPROFILE%.vscode\extensions