🍨 A XMake integration in IntelliJ IDEA
|
|
il y a 1 semaine | |
|---|---|---|
| .github | il y a 2 semaines | |
| gradle | il y a 2 semaines | |
| res | il y a 4 ans | |
| src | il y a 1 semaine | |
| .gitattributes | il y a 2 semaines | |
| .gitignore | il y a 2 semaines | |
| CONTRIBUTING.md | il y a 6 ans | |
| LICENSE.md | il y a 8 ans | |
| README.md | il y a 3 mois | |
| build.gradle.kts | il y a 1 semaine | |
| change-notes.html | il y a 1 semaine | |
| description.html | il y a 1 an | |
| gradle.properties | il y a 1 semaine | |
| gradlew | il y a 2 semaines | |
| gradlew.bat | il y a 2 semaines | |
| settings.gradle.kts | il y a 1 an |
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