Interface CodeSuggest
- All Known Implementing Classes:
DefaultCodeSuggest
public interface CodeSuggest
Strategy interface for inspecting action commands and emitting code-improvement suggestions.
- Since:
- 25.1
- Author:
- 渔民小镇
- date:
- 2025-10-13
-
Method Summary
Modifier and TypeMethodDescriptionvoidinspect(SuggestInformation suggest) Inspect the given suggestion context and emit any applicable recommendations.
-
Method Details
-
inspect
Inspect the given suggestion context and emit any applicable recommendations.- Parameters:
suggest- the suggestion context containing the action command to inspect
-