Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A code fix for fixing C#-style attributes #15554

Open
Tracked by #15408
psfinaki opened this issue Jul 4, 2023 · 0 comments
Open
Tracked by #15408

A code fix for fixing C#-style attributes #15554

psfinaki opened this issue Jul 4, 2023 · 0 comments
Labels
Area-LangService-CodeFixes Code fixes associated with diagnostics Feature Request
Milestone

Comments

@psfinaki
Copy link
Member

psfinaki commented Jul 4, 2023

Personal thing here, I stumple upon this all the time.

Fix this:

[EntryPoint]
let main _ =
    42

to this

[<EntryPoint>]
let main _ =
    42

Could be super helpful in tests also, with all the Fact and Theory attrs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-LangService-CodeFixes Code fixes associated with diagnostics Feature Request
Projects
None yet
Development

No branches or pull requests

2 participants