libraryFile property

String? libraryFile
getter/setter pair

The library file that contains the file where completion was requested. The client might use it for example together with the existingImports notification to filter out available suggestions. If there were changes to existing imports in the library, the corresponding existingImports notification will be sent before the completion notification.

Implementation

String? libraryFile;