Releases: zxh0/vscode-proto3
Releases · zxh0/vscode-proto3
v0.5.5
- improve code completion experience, support go to service symbol in editor (pr#113, pr#115)
- fix issue #101 and #102 (pr#111)
v0.5.4
- Fix snippets tabstop (pr#109)
- Add underscore as legal first char of message names (pr#105)
- Add basic symbol provider for message/rpc (pr#104)
- Make extension mutli-root aware (pr#99)
v0.5.3
- Add syntax highlighting for markdown fenced code block (pr#95)
- Little improvements so it works for multi folder workspace (pr#94)
- Add assume filename flag to clang-format arguments (pr#93)
v0.5.2
- Fixed highlighting issues regarding custom options.
v0.5.0
- Fixed some highlighting issues (issue#45 and issue#91)
- doc(clang-format): add documentation on multiple formatting options (pr#81)
- Update format to respect pwd so formatting files are used properly (pr#82)
- Include instructions for fixing "spawnsync clang-format enoent" on MacOS. (pr#83)
- Fixed issue#84 (pr#85)
- Add configuration option for compile all action (pr#89)
v0.4.0
- Updated README.md.
- Added
compile_on_save
option.
- Updated Icon.
- Configuration changes no longer require restart.
- Additional examples.
v0.3.0
Support "Go to Definition" (issue#34).
Fixed string highlighting issues (issue#42).
v0.2.0
- Default to look protoc in path (issue#24).
- Support "Format Document" if clang-format is in path (issue#13).
v0.1.3
Fixed some syntax highlighting issues.