Skip to content

Intellisense not available for variables defined in CATCH clauses #1118

@cpyrgas

Description

@cpyrgas

Type or copy paste the following. The tooltip over "oException" shows "UNDECLARED" and there's no member completion on it.

FUNCTION Start() AS VOID STRICT
    try
    catch oException as System.Exception
          oException:
    end try

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions