TextDocumentManager.loadFromFilesystem

Tries to load a given URI manually without having it received via LSP methods. Note that a LSP close method will unload this early.

struct TextDocumentManager
ref
loadFromFilesystem
(
string uri
)

Return Value

Type: Document

the created document

Throws

FileException in case the file doesn't exist or other file system errors. In this case no new document should have been inserted yet.

Meta