Does QtCreator support code thumbnail like Kate or VS2022?
-
Hello amigo, does QtCreator support code thumbnail like this (KDE Kate):
There is a thumbnail display of the code on the scroll bar, that allows you to roughly see the density and format of the code.
-
I've forked an packaged the πΌππππππ Qt Creator plugin at https://github.com/cristianadam/qt-creator-minimap π
-
@goldenhawking
No. Not OOB, no idea whether you could/someone has written an add-in for this. -
I was able to find two options:
- https://codereview.qt-project.org/c/qt-creator/qt-creator/+/288081
- https://github.com/i94matjo/qtcreator-minimap-plugin
Please feel free to make a suggestion at https://bugreports.qt.io/
-
Please feel free to make a suggestion at https://bugreports.qt.io/
I've created a feature request at [QTCREATORBUG-29177] Minimap support - Qt Bug Tracker
-
Thanks. Best wishes for the Qt develop team, who created an elegant development framework for everyone.
-
G goldenhawking has marked this topic as solved on
-
I've forked an packaged the πΌππππππ Qt Creator plugin at https://github.com/cristianadam/qt-creator-minimap π
-
G goldenhawking has marked this topic as solved
-
I just checked it out , for msys2-qt users:
for msys2 UCRT-64 as an example:
git clone https://github.com/cristianadam/qt-creator-minimap pacman -S ucrt64/mingw-w64-ucrt-x86_64-qt-creator-devel cd qt-creator-minimap/ mkdir build cd build/ cmake .. cmake --build . cp ./lib/qtcreator/plugins/libMinimapPlugin* /ucrt64/lib/qtcreator/plugins/