Skip to content

Commit

Permalink
[std] Diagnostics request doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Jul 3, 2024
1 parent 5eed66b commit 9d252ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions std/haxe/display/Display.hx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import haxe.ds.ReadOnlyArray;
class DisplayMethods {

/**
TODO documentation
The request is sent from the client to Haxe to get diagnostics for a specific file, a list of files or the whole project.
**/
static inline var Diagnostics = new HaxeRequestMethod<DiagnosticsParams, DiagnosticsResult>("display/diagnostics");

Expand Down Expand Up @@ -99,7 +99,6 @@ class DisplayMethods {
TODO:
- finish completion
- diagnostics
- codeLens
- workspaceSymbols ("project/symbol"?)
*/
Expand Down

0 comments on commit 9d252ad

Please sign in to comment.