Author Topic: How can I enable error underlineing?  (Read 4222 times)

hiddin

  • Guest
How can I enable error underlineing?
« on: December 09, 2012, 08:35:08 pm »
How can I enable error underlineing?
I want a VisualStudio like behaviour if I make mistakes.

like this:


Instead of this:

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: How can I enable error underlineing?
« Reply #1 on: December 09, 2012, 09:58:47 pm »
How can I enable error underlineing?
I want a VisualStudio like behaviour if I make mistakes.
By providing a patch, which implements it.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Re: How can I enable error underlineing?
« Reply #2 on: December 10, 2012, 12:39:58 am »
Devs, is the parser in CC currently strong enough that it, in theory, could provide this type of information?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: How can I enable error underlineing?
« Reply #3 on: December 10, 2012, 12:41:07 am »
Devs, is the parser in CC currently strong enough that it, in theory, could provide this type of information?
No... this is a job for the compiler.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]