onAnalysisHighlights method

void onAnalysisHighlights(
  1. AnalysisHighlightsParams params
)

Reports the highlight regions associated with a given file.

This notification is not subscribed to by default. Clients can subscribe by including the value "HIGHLIGHTS" in the list of services passed in an analysis.setSubscriptions request.

Implementation

void onAnalysisHighlights(AnalysisHighlightsParams params) {}