pdt icon indicating copy to clipboard operation
pdt copied to clipboard

Review use and alias resolving due lack of consistency

Open zulus opened this issue 2 years ago • 1 comments

PDT in many places have lack of consistency for alias/name resolving:

  1. Ignore aliases after resolve (for example #168)
  2. Add extra USE even if alias is available
  3. Ignore if prefix have ""
  4. Mix use of class/func/const in CA

Unfortunately due current DLTK limitation previous committers prepare couple "utilities" to collect alias maps for CA/TI, and not always use in same way.

This is umbrella bug to stabilize this toolkits.

zulus avatar May 29 '23 11:05 zulus

Does this umbrella issue also cover class_alias? Because it would be great if that could be made to work, too:

Bildschirmfoto 2023-06-16 um 17 49 26

flack avatar Jun 16 '23 15:06 flack