vscode-proto3
vscode-proto3 copied to clipboard
Autocompletion for `options`
Maybe I'm missing something, but is it possible to get autocompletion for options
?
For example (the |
indicates cursor position):
option (google.|
would autocomplete to google.api.auth
.
Furthermore, it would also be great to have autocompletion for the actual option keys and values themselves?