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
The PL/I language server should be able to understand the type system of the programming language (i.e. variable declarations, procedures, etc.) to provide meaningful feedback to the user:
Assignability checking
Operator checking (i.e. invalid operator combinations, like adding a number to a graphic type)
Provide documentation information (like for hovering or completion)
The text was updated successfully, but these errors were encountered:
The PL/I language server should be able to understand the type system of the programming language (i.e. variable declarations, procedures, etc.) to provide meaningful feedback to the user:
The text was updated successfully, but these errors were encountered: