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

editorconfig support #3962

Open
xperiandri opened this issue Nov 16, 2017 · 3 comments
Open

editorconfig support #3962

xperiandri opened this issue Nov 16, 2017 · 3 comments
Labels
Area-VS-Editor VS editor support for F# code, not covered elsewhere Feature Request
Milestone

Comments

@xperiandri
Copy link
Contributor

#2693 (comment)

The answer is simple as well: limited resources. While Visual F# is a Microsoft product most of the stuff in this area is done by the open source community. There is a lot happening around tooling at the moment and I assume someone will take care of formatting eventually. But right now it seems people's interests/priorities are at other (important) features. TBH there is very little hope that Microsoft will implement formatting, so our best shot is the community. You can be an active part here and help to make it happen. ;-)

#3542

@Pilchie, @sharwell is it possible to push a prototype of styling rules integration for F# so that community can pick up and add rules using some reference sample?

As without styling and code analyzers F# will still miss critical team collaboration features.

@cartermp
Copy link
Contributor

Proper editorconfig support would require a source code formatter for F#, so this is preceded by #3542 and the work that needs to happen there being merged before we can think of a prototype for adhering to editorconfig.

@brettrowberry
Copy link

Fantomas fills this role now, right?

@cartermp
Copy link
Contributor

Yes, fantomas largely does. Although this feature is meant to embed formatting into the F# compiler service itself, which would likely involve folding Fantomas into the compiler service itself. That's probably the ultimately long-term goal, but things are mostly okay where they stand for now.

@dsyme dsyme added Area-VS-Editor VS editor support for F# code, not covered elsewhere and removed Area-LangService-API labels Apr 5, 2022
@vzarytovskii vzarytovskii moved this to Not Planned in F# Compiler and Tooling Jun 17, 2022
@vzarytovskii vzarytovskii reopened this Jan 4, 2024
@github-project-automation github-project-automation bot moved this from Done to In Progress in F# Compiler and Tooling Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-VS-Editor VS editor support for F# code, not covered elsewhere Feature Request
Projects
Archived in project
Development

No branches or pull requests

6 participants