You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first of all - good extension - thank you very much for sharing.
I found that the following package code is breaking the symbol recognition:
CREATE OR REPLACE EDITIONABLE PACKAGE BODY "SOME_NAME" IS
...
When I delete the EDITIONABLE keyword it is working. Please be aware that also the keyword NONEDITIONABLE can be occur in a create package statement - see also the Oracle docs.
Thank you in advance and kinde regards
Ottmar
The text was updated successfully, but these errors were encountered:
Hi,
first of all - good extension - thank you very much for sharing.
I found that the following package code is breaking the symbol recognition:
When I delete the EDITIONABLE keyword it is working. Please be aware that also the keyword NONEDITIONABLE can be occur in a create package statement - see also the Oracle docs.
Thank you in advance and kinde regards
Ottmar
The text was updated successfully, but these errors were encountered: