This release improve IDE/Editor plugin integration, we provide the following plugins now:
Vim Editor Plugin
xmake.vim (third-party, thanks @luzhlon)
Visual Studio Code Editor Plugin (xmake-vscode)
Sublime Text Editor Plugin (xmake-sublime)
IntelliJ-based IDE Plugin (xmake-idea)
IntelliJ-IDEA
CLion
Android Studio
If继续阅读 »
Meet up
每个人心目中都有自己喜欢的编辑器,有人喜欢Emacs,有人喜欢Atom,我个人比较喜欢用Vim和Sublime Text 3,还有一个PhpStorm也会用一用呗
Emacs,Vim,Others
有人说世界上只有三种编辑器,Emacs,Vim和其他编辑器。到处争论到底哪个才是第一也没什么意思,自己喜欢不就好了。继续阅读 »
Vim 出现已经二十多年了。作为一个一直处在鄙视链顶端的编辑器,你可能很难想象它为什么这么难用,即便是历尽千辛万苦学会了 hjkl 这些快捷键。至于网上的文章大多还停留在 vim 7 时代,vim 8 的发布加入了以“异步”为首的众多好用新功能,而玩法自然也需要做相应的调整。
无论是靠着高三的记忆力强行记住了快捷键的初学者,还是玩了好几年 vim 但很少重量使用的进阶玩家,还是因为受到其他编辑器的诱惑而叛变 vim 的用户,都可以尝试着加上这些插件。试着开始全新的 vim 生活。继续阅读 »
This release fix some bugs and improve some details. And provide xmake-vscode plugins to integrate vscode editor and xmake.
If you want to known more usage, please see online documents。
Source code: Github, Gitee.
New features
Add add_imports to bulk import modules for the target, option and package script
Add xmak继续阅读 »