abrowne2 / cpp_efficiency

Sublime plugin that auto-compiles c++ code when saved and paints errors to the line they appear.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cpp_efficiency

This plugin works for Sublime Text. When you save your file and it is cpp code, it will attempt to compile the file.

useful info

  • Useful for debugging small projects / files.
  • If the subprocess times out after 15 seconds, it will do nothing.
  • If there is standard output, it will be displayed in the form of a popup in your buffer.
  • If there are error(s), they will be inserted in the form of a comment where they appear.

About

Sublime plugin that auto-compiles c++ code when saved and paints errors to the line they appear.


Languages

Language:Python 100.0%