Popular repositories
-
DotnetConfDemo2016
This is the demo application I extended in Dotnet Conf 2016.
-
CorvallisTransit
Rewrite of Corvallis Transit
-
WMB
Re-imagining of Wheresmyb.us for Android.
-
XamarinPOC
Xamarin stuff
Assembly 1
-
IBTL
C# 1
-
CorvallisTransitForWindows
A rudimentary port of Corvallis Transit for the Universal Windows Application Platform
C# 1
498 contributions in the last year
Contribution activity
December 2016
Make Signature Help look almost like C#/VB
As per this comment, this is a small change to make tooltips look close to how they look like C#/VB, except for the case when we have parameter com…
f1 key on type does not query reference documentation.
Assuming the following code:
let combine strs = System.String.Concat(Array.ofList(strs) : string[])
Hit the f1 key on Concat.
Expected: Browser tab…
- Indentation falls back to column 0 after second line break
- QuickInfo tooltips should line wrap
- QuickInfo doesn't truncate members on Async<'T> when code is invalid
- Right-click opens FSI window
- Find All References within a single project
- [VS 2017 RC] Go to Definition and Navigation is very slow in a large file
- Support Go To Definition/Peek Definition on symbols defined .NET metadata
- Method overload in Signature picks first overload when editing code
- NullReferenceException when opening VisualFSharp solution in a debug hive
- Hover should show all signature info. Consuming something should only show contextual info.