- improve code completion experience, support go to service symbol in editor (pr#113, pr#115)
- fix issue #101 and #102 (pr#111)
- 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)
- 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)
- Fixed highlighting issues regarding custom options.
- 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)
- Fixed issue#74
- Fixed issue#72
- Updated README.md.
- Added
compile_on_save
option. - Updated Icon.
- Configuration changes no longer require restart.
- Additional examples.
- Support "Go to Definition" (issue#34).
- Fixed string highlighting issues (issue#42).
- Support clang-format style.
- Fixed issue#32
- Fixed issue#26
- Default to look protoc in path (issue#24).
- Support "Format Document" if clang-format is in path (issue#13).
- Fixed some syntax highlighting issues (issue#2, issue#21, issue#22).
- Fixed some syntax highlighting issues.
- Fixed some syntax highlighting issues.
- Skip the protoc invocation when it's not configured.
- Fixed some syntax highlighting issues.
- Use user and workspace settings instead of a custom settings.json file.
- (NOTE: Old users should move the settings.json file into .vscode folder!)
- Fixed syntax highlighting bug of keyword
stream
.
- Fixed some syntax highlighting problems.
- Fixed some bugs.
- Initial release.