{"id":13723173,"url":"https://github.com/ionide/ionide-vscode-fsharp","last_synced_at":"2025-04-12T01:55:12.355Z","repository":{"id":37385191,"uuid":"46429458","full_name":"ionide/ionide-vscode-fsharp","owner":"ionide","description":"VS Code plugin for F# development","archived":false,"fork":false,"pushed_at":"2025-03-27T19:25:43.000Z","size":32938,"stargazers_count":868,"open_issues_count":173,"forks_count":288,"subscribers_count":45,"default_branch":"main","last_synced_at":"2025-04-04T23:05:24.165Z","etag":null,"topics":["editor-plugin","fable","fsharp","ide","ionide","vscode"],"latest_commit_sha":null,"homepage":"http://ionide.io","language":"F#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ionide.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"open_collective":"ionide"}},"created_at":"2015-11-18T15:54:09.000Z","updated_at":"2025-03-30T09:06:56.000Z","dependencies_parsed_at":"2023-12-20T14:35:31.540Z","dependency_job_id":"81281354-88c3-46fa-bf3e-5f998d35c504","html_url":"https://github.com/ionide/ionide-vscode-fsharp","commit_stats":{"total_commits":1896,"total_committers":111,"mean_commits":17.08108108108108,"dds":"0.42457805907172996","last_synced_commit":"5fcad2926ccf09d7c987ab6a409c481dda2c4610"},"previous_names":[],"tags_count":449,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ionide%2Fionide-vscode-fsharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ionide%2Fionide-vscode-fsharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ionide%2Fionide-vscode-fsharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ionide%2Fionide-vscode-fsharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ionide","download_url":"https://codeload.github.com/ionide/ionide-vscode-fsharp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248334312,"owners_count":21086373,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["editor-plugin","fable","fsharp","ide","ionide","vscode"],"created_at":"2024-08-03T01:01:36.848Z","updated_at":"2025-04-12T01:55:12.328Z","avatar_url":"https://github.com/ionide.png","language":"F#","funding_links":["https://opencollective.com/ionide"],"categories":["F#"],"sub_categories":[],"readme":"# [Ionide-VSCode: FSharp](https://marketplace.visualstudio.com/items/Ionide.Ionide-fsharp)\n**Enhanced F# Language Features for Visual Studio Code**\n\n_Part of the [Ionide](https://ionide.io) plugin suite._ Read detailed documentation at [Ionide docs page](https://ionide.io).\n\n[![Version](https://vsmarketplacebadges.dev/version/Ionide.Ionide-fsharp.svg)](https://marketplace.visualstudio.com/items?itemName=Ionide.Ionide-fsharp) [![Installs](https://vsmarketplacebadges.dev/downloads-short/Ionide.Ionide-fsharp.svg)](https://marketplace.visualstudio.com/items?itemName=Ionide.Ionide-fsharp)\n[![Rating](https://vsmarketplacebadges.dev/rating-star/Ionide.Ionide-fsharp.svg)](https://marketplace.visualstudio.com/items?itemName=Ionide.Ionide-fsharp)\n[![open collective backers](https://img.shields.io/opencollective/backers/ionide.svg?color=blue)](https://opencollective.com/ionide)\n[![open collective sponsors](https://img.shields.io/opencollective/sponsors/ionide.svg?color=blue)](https://opencollective.com/ionide)\n[![Open in Gitpod](https://img.shields.io/badge/Contribute%20with-Gitpod-908a85?logo=gitpod)](https://gitpod.io/#https://github.com/ionide/ionide-vscode-fsharp)\n\nYou can support Ionide development on [Open Collective](https://opencollective.com/ionide).\n\n[![Open Collective](https://opencollective.com/ionide/donate/button.png?color=blue)](https://opencollective.com/ionide)\n\n## Description\n\nIonide-VSCode is a VSCode plugin that turns VSCode into a fully-fledged IDE for F# development.\n\nThe LSP that powers language features is [FSAutoComplete](https://github.com/fsharp/FsAutoComplete).\n\nThe library that powers project and script loading is [proj-info](https://github.com/ionide/proj-info)\n\nYou find a version of this plugin pre-packaged with the FOSS debugger from Samsung [here](https://open-vsx.org/extension/Ionide/Ionide-fsharp)\n\n# Requirements\n\n* .NET 8.0/9.0 SDK - https://dotnet.microsoft.com/download\n\n* VS Code C# plugin - Ionide's debugging capabilities rely on either the [Omnisharp](https://github.com/OmniSharp/omnisharp-vscode) debugger or [netcoredbg](https://github.com/muhammadsammy/free-omnisharp-vscode).\n\n## Features\n\n- Syntax highlighting\n- Auto completions\n- Error highlighting, error list, and quick fixes based on errors\n- Tooltips\n- Method parameter hints\n- Go to Definition\n- Peek Definition\n- Find all references\n- Highlighting usages\n- Rename\n- Show symbols in file\n- Find symbol in workspace\n- Show signature in status bar\n- Show signature as CodeLens / LineLens\n- Go to MSDN help\n- Add `open NAMESPACE` for symbol\n- Match case generator\n- Go to #load reference\n- Generate comment for the symbol\n- Integration with F# Interactive\n- Integration with Forge (Project scaffolding and modification)\n- Integration with FSharpLint (additional hints and quick fixes)\n- Integration with MSBuild (Build, Rebuild, Clean project)\n- Solution / project explorer\n- And more...\n\n## How to Contribute\n\nThis project is hosted on [GitHub](https://github.com/ionide/ionide-vscode-fsharp) where you can [report issues](https://github.com/ionide/ionide-vscode-fsharp/issues), participate in [discussions](https://github.com/ionide/ionide-vscode-fsharp/discussions), fork\nthe project and submit pull requests.\n\n### Building and Running\n\nSee these instructions for [setting up your local dev environment](https://github.com/ionide/ionide-vscode-fsharp/blob/master/CONTRIBUTING.md#getting-started).\n\n### Guidelines\n\nThe [Contribution Guide](https://github.com/ionide/ionide-vscode-fsharp/blob/master/CONTRIBUTING.md) 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!\n\n### Releasing\n\n* Update `RELEASE_NOTES.md` with the new version number, date (DD.MM.YYYY format please), and brief release notes.\n* Push the change to the main branch\n* A maintainer can run the `release` workflow from Github's actions page at that point\n\n### Imposter Syndrome Disclaimer\n\nI want your help. *No really, I do*.\n\nThere 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.\n\nI assure you, that's not the case.\n\nAnd 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.)\n\nThank you for contributing!\n\n## Code of Conduct\n\nPlease note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.\n\n## Copyright\n\nThe library is available under [MIT license](https://github.com/ionide/ionide-vscode-fsharp/blob/master/LICENSE.md), which allows modification and redistribution for both commercial and non-commercial purposes.\n\n## Our Sponsors\n\nIonide couldn't be created without the support of [Lambda Factory](https://lambdafactory.pl). If your company would be interested in supporting development of Ionide, or acquiring commercial support send us an email - lambda_factory@outlook.com.\n\nYou can also support Ionide development on [Open Collective](https://opencollective.com/ionide). \n\n### Partners\n\n\u003cdiv align=\"center\"\u003e\n\n\u003ca href=\"https://lambdafactory.pl\"\u003e\u003cimg src=\"https://cdn-images-1.medium.com/max/332/1*la7_YvDFvrtA720P5bYWBQ@2x.png\" alt=\"drawing\" width=\"100\"/\u003e\u003c/a\u003e\n\n\u003c/div\u003e\n\n### Sponsors\n\n[Become a sponsor](https://opencollective.com/ionide) and get your logo on our README on Github, description in the VSCode marketplace and on [ionide.io](https://ionide.io) with a link to your site.\n\n\u003cdiv align=\"center\"\u003e\n    \u003ca href=\"https://ionide.io/sponsors.html\"\u003e\n        \u003cimg src=\"https://opencollective.com/ionide/tiers/silver-sponsor.svg?avatarHeight=120\u0026width=1000\u0026button=false\"/\u003e\n        \u003cbr/\u003e\n        \u003cimg src=\"https://opencollective.com/ionide/tiers/bronze-sponsor.svg?avatarHeight=120\u0026width=1000\u0026button=false\"/\u003e\n    \u003c/a\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fionide%2Fionide-vscode-fsharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fionide%2Fionide-vscode-fsharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fionide%2Fionide-vscode-fsharp/lists"}