You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the suggestion. Even though the Microsoft VisualBasic assembly doesn't have any kind of formatter to go with its parser, I do agree it would be a useful thing to provide.
I started a formatter in #19. I tried to make it very similar to the parser in terms of method names and properties, and also in the constructors (even though I don't really like the all of the stream-based constructors in the parser).
If you have any suggestions or comments on that implementation, feel free to mention them here or in that pull request. Otherwise I'll plan on adding it to a release in a little while.
This one from stackoverflow is good:
The text was updated successfully, but these errors were encountered: