Open
Description
The textDocument/documentHighlight request can be used to highlight control flow statements like continue
and break
with their for
or while
loop and vice versa. The end result should look similar to the following demo:
out.mp4
This could also be applied to symbol references i.e "Find All References" / "Go to References". Perhaps other keywords like defer
, try
, return
could get similar features.