| 12345678910111213141516171819202122232425262728293031323334 |
- <br>A XMake integration plugin in Intellij Platform<br>
- <p><a href="https://github.com/xmake-io/xmake-idea">Source Code</a> | <a href="https://discord.gg/xmake">Discord</a> | <a href="https://xmake.io/#/about/sponsor">Donate</a> | <a href="https://xmake.io">XMake Homepage</a></p>
- Features:
- <ul>
- <li>xmake</li>
- <ul>
- <li>C/C++/Objc/Swift/Rust/Dlang/Golang ... support</li>
- <li>Cross-platform support</li>
- <li>Lua syntax</li>
- <li><a href="https://github.com/xmake-io/xmake">More features and info about xmake</a></li>
- </ul>
- <li>Quickstart</li>
- <li>Create project</li>
- <li>Project configuration</li>
- <li>Run configuration</li>
- <li>Menu tools</li>
- <li>Tool windows</li>
- <li>Build and run</li>
- <li>Goto error and waring problems</li>
- </ul>
- Usage instruction:<br><br>
- 1. New project<br>
- New -> Project -> Select Xmake -> Select project template<br>
- <br>
- 2. Open existing project<br>
- Open -> Select project folder with xmake.lua<br>
- <br>
- 3. Build project<br>
- Menu -> Xmake -> Click 'Build Project'<br>
- <br>
- 4. Run Target<br>
- Add run configuration -> Select Xmake -> Add run target
- Menu -> Xmake -> Click 'Run Target'<br>
- <p>中国朋友可以加QQ群交流及反馈BUG: 343118190</p>
|