Hints Viewer
This feature enhances your development experience by providing helpful hints for errors detected in your code.
idf.py
will try to suggest hints on how to resolve errors. It works with a database of hints stored in $IDF_PATH/tools/idf_py_actions/hints.yml
and the hints will be printed if a match is found for the given error.
Hover Over Errors for Hints
When you hover over errors in the text editor, if the error matches one listed in our hints.yml file, a hint is displayed.
Bottom Panel for Hints
Automatic Updates: The ESP-IDF bottom panel automatically updates to display hints based on the errors in your currently opened file.
Manual Search: You can manually search for hints by copy pasting errors.