Interface DedicatedTextSynchronizationFeature
interface DedicatedTextSynchronizationFeature { handles(textDocument: TextDocument): boolean;} Methods
handles
- handles(textDocument: TextDocument): boolean
Parameters
- textDocument: TextDocument
Returns boolean