fsprojects / zarchive-sublime-fsharp-package

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

Build status Build Status

FSharp

Code intelligence for F# development in Sublime Text 3.

Features

Main Keyboard Shortcuts

Keyboard Shortcut Action
Ctrl+., Ctrl+. Show F# commands
Ctrl+., Ctrl+o Show last output panel
Ctrl+k, Ctrl+i Show tooltip for symbol
F12 Go to definition
Ctrl+space Open autocomplete list

Building

Cross-platform

Linux/Mac

./build.sh

Windows

build.cmd

Installing

The install task will publish the package to Sublime Text's Data directory, and restart Sublime Text if it is running.

Cross-platform

Linux/Mac

./build.sh install

Windows

For full installations, run the following command:

build.cmd install

For portable installations, you must pass along the data directory.

build install sublimeDir="d:\Path\To\Sublime\Text\Data"

Optionally, you can set the SUBLIME_TEXT_DATA environment variable, which should point to the Sublime Text Data directory. If SUBLIME_TEXT_DATA is present, you don't need to pass the sublimeDir argument to the build script.

Developing FSharp

Pull requests to FSharp welcome!

General Steps for Development

Maintainers

Tha maintainers of this repository appointed by the F# Core Engineering Group are: