qt - How to quickly open a resource file by hovering on the file name in the code -
suppose qt qmake project has source following line of code:
loadtxt(":/librarynotes.txt"); if want open "librarynotes.txt" files in target's resources, need go "projects" tab, open "resources", , file, click , open it.
is there shortcut directly code editor pane, when mouse cursor or text cursor on filename? i'm thinking of way similar pressing f2 follow symbol declaration/definition.
unfortunately, doesn't seem supported in qt creator 3.2.2 @ least. shouldn't hard add, of support code there.
Comments
Post a Comment