abap.tmbundle icon indicating copy to clipboard operation
abap.tmbundle copied to clipboard

Recognize type names

Open FreHu opened this issue 7 years ago • 0 comments

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

FreHu avatar Oct 15 '18 17:10 FreHu