Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dup4/thrift-format-vscode
Thrift Formatter
https://github.com/dup4/thrift-format-vscode
formatter thrift vscode-extension
Last synced: 25 days ago
JSON representation
Thrift Formatter
- Host: GitHub
- URL: https://github.com/dup4/thrift-format-vscode
- Owner: Dup4
- License: mit
- Created: 2022-08-29T05:29:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T01:47:10.000Z (over 1 year ago)
- Last Synced: 2024-10-23T13:19:49.505Z (2 months ago)
- Topics: formatter, thrift, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=dup4.thrift-formatter
- Size: 264 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# thrift-format-vscode
[![Visual Studio Marketplace Version][vscode-v]][vscode]
[![Visual Studio Marketplace Downloads][vscode-d]][vscode]
[![Visual Studio Marketplace Installs][vscode-i]][vscode]
[![GitHub last commit][last-commit-badge]][gh]
[![GitHub issues][gh-issues-badge]][gh-issues]
[![GitHub stars][gh-stars-badge]][gh]
[![Test CI][gh-ci-test-badge]][gh-ci-test]
[![Lint CI][gh-ci-lint-badge]][gh-ci-lint]
[![GitHub release][gh-release-badge]][gh-release]## Notice
* Not supported `/* */` Comments.
* Best used in conjunction with [Thrift Syntax Support][thrift-syntax-support].## License
[MIT](./LICENSE) License © 2022 [Dup4][dup4]
[thrift-syntax-support]: https://marketplace.visualstudio.com/items?itemName=mrkou47.thrift-syntax-support
[dup4]: https://github.com/Dup4
[vscode]: https://marketplace.visualstudio.com/items?itemName=dup4.thrift-formatter
[gh]: https://github.com/Dup4/thrift-format-vscode
[gh-issues]: https://github.com/Dup4/thrift-format-vscode/issues
[vscode-v]: https://img.shields.io/visual-studio-marketplace/v/dup4.thrift-formatter.svg?color=blue&label=VS%20Code%20Marketplace&logo=visual-studio-code
[vscode-d]: https://img.shields.io/visual-studio-marketplace/d/dup4.thrift-formatter.svg?color=4bdbe3
[vscode-i]: https://img.shields.io/visual-studio-marketplace/i/dup4.thrift-formatter.svg?color=63ba83
[last-commit-badge]: https://img.shields.io/github/last-commit/Dup4/thrift-format-vscode.svg?color=c977be
[gh-issues-badge]: https://img.shields.io/github/issues/Dup4/thrift-format-vscode.svg?color=a38eed
[gh-stars-badge]: https://img.shields.io/github/stars/Dup4/thrift-format-vscode?style=social
[gh-ci-test-badge]: https://github.com/Dup4/thrift-format-vscode/actions/workflows/test.yml/badge.svg
[gh-ci-lint-badge]: https://github.com/Dup4/thrift-format-vscode/actions/workflows/lint.yml/badge.svg
[gh-release-badge]: https://img.shields.io/github/release/Dup4/thrift-format-vscode.svg
[gh-ci-test]: https://github.com/Dup4/thrift-format-vscode/actions/workflows/test.yml
[gh-ci-lint]: https://github.com/Dup4/thrift-format-vscode/actions/workflows/lint.yml
[gh-release]: https://GitHub.com/Dup4/thrift-format-vscode/releases/