-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Make TcBlackCLI work from every directory and with relative paths #19
Comments
Hi! Not sure if this is the right place to ask but I fiddled around a bit with the formatter and I couldn't seem to get the formatting to work on the implementation parts of the POUs. Not quite sure if there's anything I'm missing here as I didn't get any error messages. |
Hi @Doctornunu. Formatting of the implementation part of the POU is not implemented yet. It is planned for a future milestone. See also #40. |
Oh, I was under the impression that this wasn't the case for "programs" / POUs. I interpreted this quote from the manual as it was only the case for function blocks, functions etc : Note: Currently TcBlack only formats the declaration part of function blocks, functions, methods, properties and interfaces. Formatting of the implementation is planned for a future release. Thanks for the answer though, I would love to contribute to the project once (or if) I get .NET + C# running properly in VSCode. |
Thanks for noting that! I've changed it now. |
Currently
TcBlack.exe
only works under the following conditions:build.log
needs to be present when executed in non-safe mode.TcBlack.exe
is executed directly from its own folderThe text was updated successfully, but these errors were encountered: