Skip to content

jo-osborne/atom-fsharp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##atom-fsharp

From version 0.8.0 plugin is using atom-yeoman plugin to provide way of creating new projects in editor. Installation of this plugin is required. Also installation of yeoman and F# generator

From version 0.7.0 plugin is using linter plugin to handle error highlighting and error list display. Installation of this plugin is required.

atom-fsharp

Features

  • Syntax highlighting
  • Auto completions
  • Error highlighting and error list in bottom panel (linter plugin required)
  • Tooltips
  • Commenting
  • Go to Declaration
  • Support for script files or F# projects (if plugin does not detect .fsproj file, just open it ).
  • F# Interactive (REPL) Panel
  • Highlighting usages
  • Quick Info panel

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/atom-fsharp to Atom package folder OR (for easy development) create symbolic directory link beween src/atom-fsharp and Atom package folder. It can be done with following command:
    apm develop atom-fsharp <full path to src/atom-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 99.0%
  • Other 1.0%