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 Type
    Method
    Description
    void
    Inspect the given suggestion context and emit any applicable recommendations.
  • Method Details

    • inspect

      void inspect(SuggestInformation suggest)
      Inspect the given suggestion context and emit any applicable recommendations.
      Parameters:
      suggest - the suggestion context containing the action command to inspect