description.html 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. <br>A XMake integration plugin in Intellij Platform<br>
  2. <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>
  3. Features:
  4. <ul>
  5. <li>xmake</li>
  6. <ul>
  7. <li>C/C++/Objc/Swift/Rust/Dlang/Golang ... support</li>
  8. <li>Cross-platform support</li>
  9. <li>Lua syntax</li>
  10. <li><a href="https://github.com/xmake-io/xmake">More features and info about xmake</a></li>
  11. </ul>
  12. <li>Quickstart</li>
  13. <li>Create project</li>
  14. <li>Project configuration</li>
  15. <li>Run configuration</li>
  16. <li>Menu tools</li>
  17. <li>Tool windows</li>
  18. <li>Build and run</li>
  19. <li>Goto error and waring problems</li>
  20. </ul>
  21. Usage instruction:<br><br>
  22. 1. New project<br>
  23. New -> Project -> Select Xmake -> Select project template<br>
  24. <br>
  25. 2. Open existing project<br>
  26. Open -> Select project folder with xmake.lua<br>
  27. <br>
  28. 3. Build project<br>
  29. Menu -> Xmake -> Click 'Build Project'<br>
  30. <br>
  31. 4. Run Target<br>
  32. Add run configuration -> Select Xmake -> Add run target
  33. Menu -> Xmake -> Click 'Run Target'<br>
  34. <p>中国朋友可以加QQ群交流及反馈BUG: 343118190</p>