fsprojects / zarchive-sublime-fsharp-package

F# development tools for SublimeText 3
32 stars 7 forks source link

F# does not appear as option in list of build systems #86

Open carlpaten opened 8 years ago

carlpaten commented 8 years ago

OS X 10.10, Sublime Text 3 build 3083. F# does not appear in the list of build systems.

According to the documentation, a build system appears in that list when a .sublime-build file exists for it under the Packages folder. A quick search finds no such file, not in my Packages folder and not even in this repository.

guillermooo commented 8 years ago

Try this for docs instead:

http://docs.sublimetext.info/en/latest/index.html

The link you provided is for ST2.

carlpaten commented 8 years ago

Thanks, fixed the link.

guillermooo commented 8 years ago

IIRC, only fsi is run at the moment and its output shown in an ouput panel. But it's been a while...

I think I had planned to integrate with MSBuild next, and whatever mono uses.

guillermooo commented 8 years ago

In other words, I don't think a .sublime-build file will cut it here, but I may be mistaken.