vscode-abaplint
vscode-abaplint copied to clipboard
Extension doesn't recognize exceptions (due to dependencies)
"Web version" is not able to load dependencies. Therefore, objects that rely on dependencies are marked with errors. For example, in abapGit:

Missing dependencies:

The "not found" errors within the exception are ok (2nd pic) but it would be nice to suppress the "class unknown" errors where the exception object is used (1st pic).
- Usage in data definition (
DATA ... TYPE REF to zcx_abapgit_exception.> no error) - Usage in class definition (
METHODS ... RAISING zcx_abapgit_exception.> class unknown error) - Calling a method (
zcx_abapgit_exception=>raise...> class unknown error)