ionide / ionide-vscode-fsharp

VS Code plugin for F# development

Home Page:http://ionide.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhanced F# Language Features for Visual Studio Code

Part of the Ionide plugin suite. Read detailed documentation at Ionide docs page.

Version Installs Rating open collective backers open collective sponsors Open in Gitpod

You can support Ionide development on Open Collective.

Open Collective

Description

Ionide-VSCode is a VSCode plugin that turns VSCode into a fully-fledged IDE for F# development.

The LSP that powers language features is FSAutoComplete.

The library that powers project and script loading is proj-info

You find a version of this plugin pre-packaged with the FOSS debugger from Samsung here

Requirements

Features

  • Syntax highlighting
  • Auto completions
  • Error highlighting, error list, and quick fixes based on errors
  • Tooltips
  • Method parameter hints
  • Go to Definition
  • Peek Definition
  • Find all references
  • Highlighting usages
  • Rename
  • Show symbols in file
  • Find symbol in workspace
  • Show signature in status bar
  • Show signature as CodeLens / LineLens
  • Go to MSDN help
  • Add open NAMESPACE for symbol
  • Match case generator
  • Go to #load reference
  • Generate comment for the symbol
  • Integration with F# Interactive
  • Integration with Forge (Project scaffolding and modification)
  • Integration with FSharpLint (additional hints and quick fixes)
  • Integration with MSBuild (Build, Rebuild, Clean project)
  • Solution / project explorer
  • And more...

How to Contribute

Ths project is hosted on GitHub where you can report issues, participate in discussions, fork the project and submit pull requests.

Building and Running

See these instructions for setting up your local dev environment.

Guidelines

The Contribution Guide outlines the process and guidelines for getting a patch merged. By making expectations and process explicit, I hope it will make it easier for you to contribute!

Releasing

  • Update RELEASE_NOTES.md with the new version number, date (DD.MM.YYYY format please), and brief release notes.
  • Push the change to the main branch
  • A maintainer can run the release workflow from Github's actions page at that point

Imposter Syndrome Disclaimer

I want your help. No really, I do.

There might be a little voice inside that tells you you're not ready; that you need to do one more tutorial, or learn another framework, or write a few more blog posts before you can help me with this project.

I assure you, that's not the case.

And you don't just have to write code. You can help out by writing documentation, tests, or even by giving feedback about this work. (And yes, that includes giving feedback about the contribution guidelines.)

Thank you for contributing!

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Copyright

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

Our Sponsors

Ionide couldn't be created without the support of Lambda Factory. If your company would be interested in supporting development of Ionide, or acquiring commercial support send us an email - lambda_factory@outlook.com.

You can also support Ionide development on Open Collective.

Partners

drawing

Sponsors

Become a sponsor and get your logo on our README on Github, description in the VSCode marketplace and on ionide.io with a link to your site.

About

VS Code plugin for F# development

http://ionide.io

License:MIT License


Languages

Language:F# 99.4%Language:JavaScript 0.3%Language:Dockerfile 0.2%Language:Shell 0.0%Language:Batchfile 0.0%