History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-33443
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Dmitry Lomov
Reporter: Vladimir Reshetnikov
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
ReSharper

ReSharper doesn't read VS highlightings, like when ";" is expected indicator is green

Created: 14 Dec 06 17:08   Updated: 01 Jun 07 20:16
Component/s: Document Model
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 326


 Description  « Hide
using System;

class Stuff
{
	public event EventHandler _a // error CS1002: ; expected

	public event EventHandler _b

	public event EventHandler _c
}


 All   Comments   Work Log   Change History      Sort Order:
Ilya Ryzhenkov - 08 Mar 07 13:55
What this request is about?

Vladimir Reshetnikov - 08 Mar 07 16:34
ReSharper (till now, build 361) does not highlight this error (missing semicolon).
Though it is highlighted by VS itseft, status indicator is green.

Ilya Ryzhenkov - 11 Mar 07 00:48
I see. We are going to read some VS highlights.