-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Have you seen VS 2015 Roslyn tooltips? #30
Labels
Comments
|
dsaf
changed the title
[discussion] Have you seen VS 2015 Roslyn tooltips?
Have you seen VS 2015 Roslyn tooltips?
Feb 20, 2015
public class FormulaEntry
{
public double? Value { get; set; }
}
...
public void SafelyPrint(FormulaEntry entry)
{
Console.WriteLine(entry?.Value.Value);
} PS: Actually it's not that bad - option would be good I guess... |
|
This was referenced Aug 3, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems to be quite close to ET (R# 8.2.3) and while lacking important features has some interesting ones:
In my opinion all of the above would be a great addition to ET.
The text was updated successfully, but these errors were encountered: