项目作者: RaiManish3

项目描述 :
Highlight lines with compilation errors and warnings
高级语言: TypeScript
项目地址: git://github.com/RaiManish3/vscode_C_compile.git
创建时间: 2017-06-22T11:31:45Z
项目社区:https://github.com/RaiManish3/vscode_C_compile

开源协议:

下载


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