When working with ABAP namespaces like /ABC/, the cloned repository contains filenames with #, for example #abc#....
However, the abaplint VSCode extension still resolves object references using /ABC/... names from the source code. Because of this, many features break:
false syntax errors
broken "Go to Definition/Implementation"
incorrect object resolution
It looks like the extension does not correctly map /namespace/ object names to the corresponding #namespace# filenames on disk.
When working with ABAP namespaces like /ABC/, the cloned repository contains filenames with #, for example #abc#....
However, the abaplint VSCode extension still resolves object references using /ABC/... names from the source code. Because of this, many features break:
false syntax errors
broken "Go to Definition/Implementation"
incorrect object resolution
It looks like the extension does not correctly map /namespace/ object names to the corresponding #namespace# filenames on disk.