Hi Busky,
Welcome to the forum :icon14:
Your English is perfect, and it's clear what you want. This feature will require some parsing of the source, example:
wcx WNDCLASSEX <WNDCLASSEX, MyWinStyle, WndProc, 0, 0, 1, 2, 3, COLOR_BTNFACE+1, 0, txClass, 4>
wc equ [ebx.WNDCLASSEX] ; we use an equate for better readability
Both versions would have to be recognised. Feasible but it would be some work, also to ensure that it does not slow down the whole IDE. Maybe an idea for a plugin, also for qEditor?