🍨 A XMake integration in IntelliJ IDEA
|
|
2 месяцев назад | |
|---|---|---|
| gradle | 4 месяцев назад | |
| res | 4 лет назад | |
| src | 2 месяцев назад | |
| .gitignore | 4 месяцев назад | |
| CONTRIBUTING.md | 6 лет назад | |
| LICENSE.md | 8 лет назад | |
| README.md | 3 месяцев назад | |
| build.gradle.kts | 3 месяцев назад | |
| change-notes.html | 4 месяцев назад | |
| description.html | 1 год назад | |
| gradle.properties | 4 месяцев назад | |
| gradlew | 2 лет назад | |
| gradlew.bat | 4 лет назад | |
| settings.gradle.kts | 1 год назад |
A XMake integration in IntelliJ IDEA.
It is deeply integrated with xmake and Intellij-IDEA to provide a convenient and fast cross-platform c/c++ development and building.
And It also support other Intellij-based platform, like Clion, Android Studio and etc.
You need install xmake first and a project with xmake.lua.
Please see xmake-github and website if you want to known more about xmake.




Only support CLion (>= 2020.1)
Only support Clion (>= 2020.1)
Due to limited personal time, I cannot maintain this plug-in all the time. If you encounter problems, you are welcome to download the plug-in source code to debug it yourself and open pr to contribute.
Use IDEA Intellji open this project source code, and click Build button.
Open and edit Run configuration, and add a gradle run configuration, then write run arguments: runIde --stacktrace and save it.

Select this run configuration and click run button to load it.

For more details, please visit: CONTRIBUTING