- 🔭 Currently working on: Qt C++ applications and Neovim plugins
- 🌱 Learning: Advanced C++, Qt framework, and Lua scripting
- 👯 Open to collaborate on: Qt projects, developer tools, and IDE plugins
- 💬 Ask me about: Qt development, C++, Neovim, Linux, and developer productivity
- 📫 How to reach me: Through GitHub issues or discussions
- ⚡ Fun fact: I love automating development workflows and creating tools that make coding more efficient!
A comprehensive Neovim plugin for Qt C++ development
Key Features:
- 🚀 Qt5/Qt6 dual version support with intelligent detection
- 🎨 Automatic code formatting with clang-format
- 📜 Project script management with cross-platform compatibility
- 🏗️ Smart project templates and class generation
- 🔧 Integrated build system support (CMake, qmake, Make)
Tech Stack: Lua Qt C++ CMake Neovim
- Cross-platform Qt Applications: Building desktop applications with modern Qt features
- Developer Tools: Creating productivity tools for C++ and Qt development
- Automation Scripts: Shell scripts for build automation and project management
class Developer {
public:
string name = "Wu Yi";
vector<string> current_focus = {
"Qt Framework Mastery",
"Advanced C++ Techniques",
"Neovim Plugin Development",
"Cross-platform Development",
"Developer Experience (DX)"
};
void code() {
while (learning) {
create_useful_tools();
share_knowledge();
collaborate_with_community();
}
}
};⭐️ If you find my projects useful, consider giving them a star! ⭐️
"Code is like humor. When you have to explain it, it's bad." – Cory House