ILanguageClientDocumentManager Interface

Definition

Interface representing a client which provides document management functionality in IDE such as opening documents and ensuring documents exist on disk.

public interface class ILanguageClientDocumentManager
public interface ILanguageClientDocumentManager
type ILanguageClientDocumentManager = interface
Public Interface ILanguageClientDocumentManager

Methods

EnsureFileExistsAsync(Uri)

Asks the language client to create a local copy of a document and return the local file path.

Applies to