empirefox / vscode-ext-protobuf-helper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Sometimes you don't really care about the Protobuf filed ID, but things keep getting worse when there are more and more fileds. To save time, this extension helps you reset filed ID with auto-increment number starting from 1(for message)/0(for enum).

Usage

How to Use

Open proto file and goto command palette by pressing (Ctrl+Shift+P or Cmd+Shift+P on Mac), then run Reset Field ID.

Warning

Reserved fields and enum alias not supported.

Extension Settings

None.

About


Languages

Language:TypeScript 100.0%