eduardoc7/qtcreator-plugin-discord-presence — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a C++ plugin for newer Qt Creator versions that adds Discord Rich Presence, so when I’m coding in Qt Creator my Discord status shows what kind of file I’m working on with nice icons.

It should recognize common Qt files like pro, pri, ui, qrc, qml and qss, C and C++ files, plus common files like Python, Rust, JavaScript, CSS, HTML, Lua, Java, JSON, XML, Markdown, gitignore, Makefile and CMakeLists. Please include handmade fallback icons where needed so obscure file types don’t look broken.

Make it work on Windows 64 bit and Linux if possible. Use a normal CMake build setup that can be pointed at a Qt install and a Qt Creator install, since different users may need to build it for different Qt Creator versions. Also include clear README instructions for building, installing from a release archive, and running Qt Creator with the plugin path for testing. Look up current Qt Creator plugin docs online if you need to.

Want more depth? Deep Reverse