You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature: Marking Relevant Code SectionsScenario: Highlighting Code SectionsGiven the user has written or imported code in the editor
When the system detects errors or successfully executed code
Then the system should highlight error sections in red and correct sections in green
Scenario: Displaying Inline HintsGiven the user is viewing highlighted code in the editor
When the user hovers over a marked code section
Then the system should display inline hints explaining the issue or success
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: