Skip to content

basarat/FSharp.Atom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##FSharp.Atom FSharp.Atom

Installation

Using APM or Atom UI:

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 .fsrpoj 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

  • Install "language-fsharp" package using APM or Atom UI
  • Install "autocomplete-plus" package using APM or Atom UI (disable build-in atom autocomplete for best experience)
  • 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 98.0%
  • CSS 1.6%
  • CoffeeScript 0.4%