https://github.com/fsprojects/fsharp-linting-for-vs
Visual Studio Linter for F#
https://github.com/fsprojects/fsharp-linting-for-vs
analyzer fsharp linter visual-studio vsix
Last synced: 12 months ago
JSON representation
Visual Studio Linter for F#
- Host: GitHub
- URL: https://github.com/fsprojects/fsharp-linting-for-vs
- Owner: fsprojects
- Created: 2020-08-08T04:03:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-13T10:59:54.000Z (almost 5 years ago)
- Last Synced: 2025-06-06T21:14:19.242Z (about 1 year ago)
- Topics: analyzer, fsharp, linter, visual-studio, vsix
- Language: C#
- Homepage: https://marketplace.visualstudio.com/items?itemName=asti.fslint-vs
- Size: 122 KB
- Stars: 33
- Watchers: 8
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Linting For F#
This is a full-featured Visual Studio integration for the [**FSharpLint**](https://github.com/fsprojects/FSharpLint) project.
## Features
- Live error tagging
- Shows warnings in Quick Info tooltip
- Filterable warnings in errors panel
- Links to issues
- Code fixes
- Warning suppression in smart actions
- Fast, in-process linting
- Fully asynchronous
## Configuration
We look for a `fsharplint.json` in this order:
- In the same folder as the current document
- In the project (`.fsproj`) directory
- In the solution (`.sln`) directory
- In the directory above the solution directory, if it exists
## In action

## Options
Linter options can be found in `F# Tools > Linting`

## See an issue?
If you see an issue with the Visual Studio integration or with configuration, please [file it here](https://github.com/deviousasti/fsharp-linting-for-vs/issues).
## License
This project is licensed under the MIT license, a copy of which can be found [here](src/Resources/License.txt).