abap.tmbundle
abap.tmbundle copied to clipboard
Recognize type names
Should cover:
- type
- type ref to
- table types
- constructor operators like CORRESPONDING typename(
- the inferred type #
- the class name in static method call ztest=>static_method( ) is also a type name
- the interface name in alias zif_test~some_method is also a type name