Skip to content

Releases: zxh0/vscode-proto3

v0.5.7

18 Dec 08:31

Choose a tag to compare

Full Changelog: v0.5.6...v0.5.7

Full Changelog: v0.5.6...v0.5.7

v0.5.6

10 Dec 00:56

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.5...v0.5.6

v0.5.5

06 Nov 12:38

Choose a tag to compare

  • 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

05 May 10:47

Choose a tag to compare

  • 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

31 Dec 03:22

Choose a tag to compare

  • 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

13 Oct 13:52

Choose a tag to compare

  • Fixed highlighting issues regarding custom options.

v0.5.0

13 Oct 12:33

Choose a tag to compare

  • 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.1

09 Feb 02:36

Choose a tag to compare

  • Fixed issue#72

v0.4.0

29 Dec 11:01

Choose a tag to compare

  • Updated README.md.
  • Added compile_on_save option.
  • Updated Icon.
  • Configuration changes no longer require restart.
  • Additional examples.

v0.3.0

22 Jun 01:20

Choose a tag to compare

Support "Go to Definition" (issue#34).
Fixed string highlighting issues (issue#42).