Is there a way to work through warnings and suggestions?
I've been using R# for all of one day, but can't quite figure out how to get the workflow going I'd like. What I'd like to be able to do is use some keyboard shortcut to "Jump to next Warning or Suggestion", but that doesn't seem possible.
Is there any way to build some kind of work queue based on those? At the moment, I'm stuck opening individual source files and doing it manually.
Please sign in to leave a comment.
Hello,
In ReSharper 4, Global Analysis hunts only for Errors. We are going to extend
it a lot in subsequent releases.
Sincerely,
Ilya Ryzhenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
IR> I've been using R# for all of one day, but can't quite figure out
IR> how to get the workflow going I'd like. What I'd like to be able to
IR> do is use some keyboard shortcut to "Jump to next Warning or
IR> Suggestion", but that doesn't seem possible.
IR>
IR> Is there any way to build some kind of work queue based on those?
IR> At the moment, I'm stuck opening individual source files and doing
IR> it manually.
IR>
Within a specific file, you can use Alt-PgDn/PgUp to move to the next/previous error message. I find that this is a great help.
David
I really want this feature as well
Cheers
Gabriel Lozano-Moran
"Kurt" <no_reply@jetbrains.com> wrote in message
news:28672720.25361213287525290.JavaMail.jive@app4.labs.intellij.net...
>