We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We now have one formatter implemented, Ormolu via #33
This has been done in a "make it work" way, and I merged it to get concrete progress into the project.
We need to extract some sort of formatter plugin support from this, so it is easy to plug in other formatters.
The text was updated successfully, but these errors were encountered:
I am going to add floskell, and see what ends up common
Sorry, something went wrong.
If there's no one working on stylish-haskell plugin, I will make that.
PR has been made: #146
Afaik there is a common formatter module with reusable functions for all formatters: https://github.com/haskell/haskell-language-server/blob/master/hls-plugin-api/src/Ide/Plugin/Formatter.hs It can be extended if we discover more shared functionality
Merge pull request #40 from timjb/rename-action
10e5f15
Add code action for fixing misspelled variable names
alanz
No branches or pull requests
We now have one formatter implemented, Ormolu via #33
This has been done in a "make it work" way, and I merged it to get concrete progress into the project.
We need to extract some sort of formatter plugin support from this, so it is easy to plug in other formatters.
The text was updated successfully, but these errors were encountered: