thrift-syntax-support
thrift-syntax-support copied to clipboard
Consider supporting the formatter function?
In terms of current functional experience, this extension is the best among all the thrift extension in VS Code I have used.
But now almost all thrift plugins do not support native vscode format shortcuts(Shift + Option + F in macOS).
There is an extension(developed by our compatriots) that has a formatting function, but it is not very useful and has many problems when formatting.
Thank you for your suggestion! I will first see the official documentation to assess the complexity of implementation.
Thanks for the reply. In fact, I am also thinking about learning how to add features to vscode extension by myself. If you really don’t have time, I can follow up with a PR to enhance the extension.
However, as a C++ development, there may be a lot for me to learn. :-D
Sure! PR welcome!
hi guys. i have write an another thrift formatter extension base on antlr4ts
https://github.com/thrift-labs/thrift-fmt-vscode
欢迎体验 👀 👀