All notable changes to the "GerritHelper" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
None
- add
#clang-format off
outside code support - add
#if defined and true
outside code support
- add
extern
snippet forC
- Recommand using Ctrl+Alt+I as short cut for
insertsnippet
- delete c# snippet because C# extension has contain those snippet feature via omnisharp-vscode#4715
- add c/c++ snippet
#if defined()
- remove the keybinding of ctrl+alt+i,Recommend that you add by yourself.
- delete some snippet that official extension have.
- add some snippet for c/c++:
func
,typedef
,typedef pointer func
- add c# snippet supportting
- Initial release