- upgrade libs
- upgrade libs
- enhancement - Update README.md. See #127.
- bug fix - Issue with tuples and params. See #129.
- upgrade libs
- enhancement - Support Visual Studio Code Web
- upgrade libs
- deplicated announcement
- upgrade libs
- bug fix - Type is detected as parameter. See #113.
- bug fix - Generates param tags for inner tuple type instead of method parameters. See #115.
- upgrade libs
- enhancement - add support for Blazor .razor files. See #110.
- upgrade libs
- bug fix - extra "///" before comment block. See #108.
- revert - ctrl-enter (insert line below, insert line above) in middle of line not adding
///
. See #98.
- bug fix - ctrl-enter (insert line below, insert line above) in middle of line not adding
///
. See #98. - bug fix - Not working activateOnEnter. See #104.
- bug fix - Strange tab indent. See #106.
- bug fix - ctrl-enter (insert line below, insert line above) in middle of line not adding
///
. See #98. - bug fix - Delimited comment "/**" doen't work. See #100.
- bug fix - Enter behind <summary>, input too many "///"!. See #95.
- upgrade libs
- bug fix - Extra
///
added when undoing line deletion. See #93.
- bug fix - Generation for Expression-bodied methods fails in most cases. See #91.
- upgrade libs
- bug fix - Erroneous code comments on complex function signatures. See #88.
- bug fix - When using @ prefixed identifiers, the prefix should be removed in the generated param name. See #86.
- upgrade libs
- upgrade libs
- bug fix - Should not generate typeparam for non-generic classes. See #76.
- bug fix - Update packages to fix vulnerabilities. See #77.
- bug fix - Support delimited comment syntax /** */? See #75.
- bug fix - Support delimited comment syntax /** */? See #75.
- enhancement - Upgrade libraries.
- enhancement - Support delimited comment syntax /** */? See #75.
- enhancement - Upgrade libraries.
- bug fix - Correct minor typo. See #73.
- enhancement - Add user-controllable options. See #68.
- bug fix - Incorrect for properties. See #68.
- enhancement - Please also generate documentation for generic type. See #32.
- bug fix - I cant get this extension working. See #62.
- bug fix - It's wrong in this case. See #52.
- bug fix - Comments for Constructor not working. See #49.
- enhancement - Autocomplete order/priority? See #41.
- bug fix - 3 Attributes bug. See #34.
- bug fix - Please add support for generic types restrains. See #35.
- bug fix - Parameters are not returned. See #32.
- bug fix - Output document puts cursor in wrong place. See #26.
- bug fix - Wrapping lines in the middle of text inserts /// in the wrong place. See #29.
- bug fix - Parameters not correctly identified when documenting constructor which chains to a base class constructor. See #22.
- bug fix - Expansion is triggering in a lot of cases when it shouldn't. See #16.
- bug fix - Adds extra param for
Func<T, bool>
. See #19.