-
Notifications
You must be signed in to change notification settings - Fork 158
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
[wip] support for all recommended xml tags #331
Conversation
Very cool, it will be great to have this! |
Yeah I think this is very useful, thanks! Can you rebase your changes against the latest changes (ideally against the |
When MarkdownComments is false we want to render all comments.
Guys, I have rebased this PR against master. I have disabled this test 4f4c3c2 In our use case, It would be nice if this gets merged, I could use it over here SuaveIO/suave#239 |
There are multiple reasons why I think we should support special commands, even when
So it was definitely "by-design" that I called https://github.com/tpetricek/FSharp.Formatting/pull/331/files#diff-e2212151e1f9b6e7e085820d2a6b71caL652 ( |
@tpetricek What do you think? The discussion is about using
in case of |
@matthid Sorry, I now realize I did not understood correctly the purpose of |
Close 331
[wip] support for all recommended xml tags
The purpose of this PR is to bring support for all recommended tags (ref #295)
https://msdn.microsoft.com/en-us/library/vstudio/5ast78ax(v=vs.100).aspx
TODO: unit tests