用于格式化thrift文件的工具
go install github.com/lewis-buji/thrift_format@latest
-
Program: 上一步安装的路径
-
Arguments: 参数
- -f: 指定需要格式化的thrift文件路径(必要参数)
- -ls: 格式化的起始行数(可选参数:不输入,则格式化整个文件)
- -le: 格式化的结束行数(可选参数:不输入,则格式化整个文件)
-
图上Arguments参数:
-f $FilePath$ -ls $SelectionStartLine$ -le $SelectionEndLine$
只需要在 thrift 文件中,单击鼠标右键,选择配置的工具执行即可,如下图
- 常用
$FilePath$ # The absolute path to the current file.
$SelectionStartLine$ # The line number where the selection starts.
$SelectionEndLine$ # The line number where the selection ends.
$ProjectFileDir$ # The absolute path to the current project directory.