Skip to content

prosconi/atom-fsharp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

** Edit 31.05.2015 **

Since package changed it name to atom-fsharp after version 0.4.1 some errors can occur after updating plugin to the version +0.4.1. In case of any problems, please check if plugin is showing only once in Atom's Installed Packages view. If it's listed 2 times (as fsharp and atom-fsharp, please uninstall fsharp plugin )

##atom-fsharp

atom-fsharp

Features

  • Auto completions
  • Error highlighting and error list in bottom panel
  • Tooltips
  • Commenting
  • Go to Declaration
  • Support for script files or F# projects (if plugin does not detect .fsproj file, just open it ).

Contributing and copyright

The project is hosted on GitHub where you can report issues, fork the project and submit pull requests on the develop branch.

The library is available under Apache 2 license, which allows modification and redistribution for both commercial and non-commercial purposes.

Build

  • Clone this repository
  • Run build.cmd (for Windows) or build.sh (for Linux / Mac ) to build project
  • Copy src/fsharp to Atom package folder OR (for easy development) create symbolic directory link beween src/fsharp and Atom package folder. It can be done with following command:
    apm develop fsharp <full path to src/fsharp folder>
  • Type atom -d in command line to run Atom in development mode. If you open any F# file errors panel in the bottom should appear.

Maintainer(s)

About

Set of Atom plugins for F# development

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 87.7%
  • CoffeeScript 11.1%
  • CSS 1.2%