-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
CodeFormatter should accept SyntaxTree #621
Comments
I actually noticed that a |
Yeah that makes sense. Maybe it has an overload for both of them? |
I don't see any obvious way to convert a |
|
Oh I think that we are both talking about different things. When I am creating a source code through the |
Yeah, I was thinking
I assumed you were looking at how to implement those overloads in csharpier and didn't know about that |
Oh I see 😄. Well that would make sense however do you think that it should be encourage to pass it a |
I am good with just having the overload for |
closes #621 Co-authored-by: Lasath Fernando <devel@lasath.org>
There are cases where someone has a
SourceText
and being forced to convert it to astring
is an extra step that shouldn't be required.CodeFormatter
could pretty easily acceptSourceText
as well.The text was updated successfully, but these errors were encountered: