issues
search
pvl
/
abap.tmbundle
TextMate support for ABAP
20
stars
9
forks
source link
Recognize type names
#36
Open
FreHu
opened
6 years ago
FreHu
commented
6 years ago
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
Should cover: