A code fix for fixing C#-style attributes
Open
Area-LangService-CodeFixes
Feature Request
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 131
Description
Personal thing here, I stumple upon this all the time.
Fix this:
```fsharp
[EntryPoint]
let main _ =
42
```
to this
```fsharp
[]
let main _ =
42
```
Could be super helpful in tests also, with all the `Fact` and `Theory` attrs.
Contributor guide
Assessment
This issue has not been assessed yet.