sublime-fsharp-package
sublime-fsharp-package copied to clipboard
F# development tools for SublimeText 3
Hi, i had to make this fix to get it working on fedora 23, you can pull it down if you like it, i didn't tested it on windows or...
It's nice that you can bring up tooltips without the mouse, but I really miss hovering over a symbol to see what it is.
I have the Visual Studio F# project that works quite well. So I've tried it with the package and got a few issues: 1. The typecheck cannot start as the...
Update the path to "FSharp Analyzer Output.tmTheme" in "FSharp Analyzer Output.sublime-settings"
error
``` System.Exception was unhandled HResult=-2146233088 Message=Exception when getting check options for 'C:\Users\Guillermo\Documents\Dev\Samples\fsharp-playground\foo.fsx' .Details: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Build.Framework, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The...
Hi, Currently the plugin will highlight the word "type" as a keyword when it is in an identifier (the subsequent string literal is not highlighted as well): ![screen shot 2015-06-23...
@rneatherway @rojepp How does this work on other editors? Do they run msbuild on behalf of the user? Fake? Both? Is there a standard approach?
http://www.sublimetext.com/3dev
The error panel opens but it's empty. The squiggly lines are shown, though, so the errors pass through as expected.
1. have 2 panes open in ST 2. have open .fsx file in rhs pane 3. type `someSymbol.` The autocomplete list should open spontaneously, but it won't. There seems to...