Skip to content

Stop compilation on the first error, and highlight it first #3748

Open
@cunidev

Description

@cunidev

Highlighting the latest code syntax error makes it more difficult to find the line of code causing problems...

Example:

Class classname();
classname.doThis(); <--- # 1
classname.doThat();
classname.doThatAgain(); <--- this line is highlighted in case of error, instead of # 1

I don't know if I'm clear... Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    Component: CompilationRelated to compilation of Arduino sketchesComponent: CoreRelated to the code for the standard Arduino APIComponent: IDE user interfaceThe Arduino IDE's user interfacefeature requestA request to make an enhancement (not a bug fix)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions