Skip to content

Single File Execution Plugin is a plugin for CLion (C/C++ IDE on IntelliJ platform provided by Jetbrain).

License

Notifications You must be signed in to change notification settings

lorzzn/SingleFileExecutionPlugin

 
 

Repository files navigation

SingleFileExecutionPlugin

CLion plugin to execute single file .c/.cpp file quickly.

Description

CLion is a C/C++ IDE on IntelliJ IDEA platform provided by JetBrains.

CLion is working on CMake platform, so when you want to run a single file with main() function you need to configure CMakeLists.txt file everytime. This plugin helps you to add a configuration to quickly run a single .c/.cpp file.


forked from corochann/SingleFileExecutionPlugin

Executable name 新增 %SAFEFILENAME% 关键词,去除FILENAME中的标点,并将中文转化为拼音,解决了标点和中文字符导致Cmake报错的问题

About

Single File Execution Plugin is a plugin for CLion (C/C++ IDE on IntelliJ platform provided by Jetbrain).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%