37
zedtush
3y

Java IDEs...

Comments
  • 1
    IDEs really should just do all the highlighting but without any code smell and error checking for a configurable time span after a line changed.

    Would start with a timeout of 500 ms.
  • 1
    @Oktokolo I vaguely remember Eclipse providing a setting for the timeout
  • 2
    @asgs
    Lots of IDEs have a timeout setting - but they don't do any highlighting in that time span.

    I want them to do opportunistic highlighting in that time span instead. So regular highlighting sans code smells and errors.
Add Comment