Is there an eclipse plugin that runs google's cpplint.py on open files? -


I would like to be able to run cpplint.py from eclipse so that I can get it In those places where I am doing wrong style decisions (at least according to Google style guide)

I don do not know cpplint.py , but you should be able to run any Eclipse device as "external device".

See below Run & gt; & Gt; External tools

can also be arguments so that you can incorporate the current project or similar path. The output is placed in the console view and if the message from the tool is anything from other tools (such as "file: line: message"), then you also need hyperlinks from relevant files.

Comments

Popular posts from this blog

java - NullPointerException for a 2d Array -

python - Assemble mpeg file unable to play in mediaplayer -

c# - NameSpace Manager or XsltContent to parse aspx page -