1
0
Fork 0
php-language-server/src/Protocol
Sara Itani 4e6a6e110b Ensure diagnostics are cleared on file deletion (#319)
* Ensure diagnostics are cleared on file deletion
Previously, error diagnostics would not be cleared when a file was deleted while it was closed. This would result in lingering errors in the problems view that could only be cleared by reloading the language server. This fix addresses the issue by adding support for workspace/didChangeWatchedFiles and automatically clearing diagnostics for deleted files.

* add FileEvent constructor
2017-04-09 21:22:34 +02:00
..
ClientCapabilities.php Caching (#260) 2017-02-04 00:20:38 +01:00
CodeActionContext.php Update 2016-08-22 22:43:33 +02:00
CodeLens.php Update 2016-08-22 22:43:33 +02:00
CodeLensOptions.php Update 2016-08-22 22:43:33 +02:00
Command.php Update 2016-08-22 22:43:33 +02:00
CompletionItem.php Completion (#165) 2016-11-30 22:23:51 +01:00
CompletionItemKind.php Completion (#165) 2016-11-30 22:23:51 +01:00
CompletionList.php Completion (#165) 2016-11-30 22:23:51 +01:00
CompletionOptions.php Completion (#165) 2016-11-30 22:23:51 +01:00
ContentChangeEvent.php Update 2016-08-22 22:43:33 +02:00
DependencyReference.php Implement global references protocol extension (#236) 2017-01-10 17:08:52 -08:00
Diagnostic.php Hover (#50) 2016-10-19 12:31:32 +02:00
DiagnosticSeverity.php Update 2016-08-22 22:43:33 +02:00
DocumentHighlight.php Update 2016-08-22 22:43:33 +02:00
DocumentHighlightKind.php Update 2016-08-22 22:43:33 +02:00
DocumentOnTypeFormattingOptions.php Update 2016-08-22 22:43:33 +02:00
ErrorCode.php Update 2016-08-22 22:43:33 +02:00
FileChangeType.php Update 2016-08-22 17:32:31 +02:00
FileEvent.php Ensure diagnostics are cleared on file deletion (#319) 2017-04-09 21:22:34 +02:00
FormattingOptions.php Update 2016-08-22 22:43:33 +02:00
Hover.php Hover (#50) 2016-10-19 12:31:32 +02:00
InitializeResult.php Update 2016-08-25 15:27:14 +02:00
Location.php Add fromNode() factories and correct columns 2016-10-09 15:58:39 +02:00
MarkedString.php Hover (#50) 2016-10-19 12:31:32 +02:00
Message.php Update 2016-08-25 15:27:14 +02:00
MessageActionItem.php Update 2016-08-22 22:43:33 +02:00
MessageType.php Update 2016-08-22 22:43:33 +02:00
ParameterInformation.php Update 2016-08-22 22:43:33 +02:00
Position.php Completion (#165) 2016-11-30 22:23:51 +01:00
Range.php Hover (#50) 2016-10-19 12:31:32 +02:00
ReferenceContext.php Linting (#107) 2016-10-24 19:35:37 +02:00
ReferenceInformation.php Implement global references protocol extension (#236) 2017-01-10 17:08:52 -08:00
ServerCapabilities.php Implement global references protocol extension (#236) 2017-01-10 17:08:52 -08:00
SignatureHelp.php Update 2016-08-22 22:43:33 +02:00
SignatureHelpOptions.php Update 2016-08-22 22:43:33 +02:00
SignatureInformation.php Update 2016-08-22 22:43:33 +02:00
SymbolDescriptor.php Implement global references protocol extension (#236) 2017-01-10 17:08:52 -08:00
SymbolInformation.php Support find-all-references for namespaces (#221) 2016-12-17 03:46:08 +01:00
SymbolKind.php Update 2016-08-25 15:27:14 +02:00
SymbolLocationInformation.php Implement global references protocol extension (#236) 2017-01-10 17:08:52 -08:00
TextDocumentContentChangeEvent.php Update 2016-08-22 22:43:33 +02:00
TextDocumentIdentifier.php Publish errors as diagnostics, improve tests 2016-09-02 21:13:30 +02:00
TextDocumentItem.php Update 2016-08-22 22:43:33 +02:00
TextDocumentSyncKind.php Update 2016-08-22 22:43:33 +02:00
TextEdit.php Use PHP_CodeSniffer as a formatter (#35) 2016-10-10 15:06:02 +02:00
VersionedTextDocumentIdentifier.php Update 2016-08-22 22:43:33 +02:00
WorkspaceEdit.php Update 2016-08-22 22:43:33 +02:00