WMJ
WMJ
This PR, as a workaround, addresses #283 , #255, #242
We were merging several assemblies, one of which contained some `InternalsVisibleTo` attributes that were to be merged into the primary assembly. Currently ILRepack does not seem to be able to...
## Download [Codist 7379](https://github.com/wmjordan/Codist/files/9305273/Codist.zip) [Codist 7367](https://github.com/wmjordan/Codist/files/9256386/Codist.zip) [Codist 7359](https://github.com/wmjordan/Codist/files/9240666/Codist.zip) ## What's new - General - [ ] Addressing memory leaks in WPF and Codist (7367, 7379) - Syntax Highlight - [x]...
> * A further distinction between readonly and read-write properties would be nice Distinction does exist. Those readonly properties, auto-properties, init-only properties, static members, async members, etc. do have their...
When VS theme was changed, the syntax highlight themes could not be fully applied. Currently we have to restart VS to make it right. How can we get the default...
The following suggestions are posted by @fitdev in comment of #67 : 1. Is it possible to introduce some way to identify (highlight) types that are defined in the current...
Nowadays the text after `#region` can be drawn on the scrollbar margin, how about the text of marked content? (part of the enhancement of #2 ) For instance, the snippet...
This suggestion comes from @fitdev: Is there a way to trigger the Analyze Symbol... menu purely from keyboard (when the cursor is over a valid symbol)?
I am also a "occasional" C programmer. I am gonna add support for C and C++ on the Navigation Bar. Can someone, who DOES NOT have VC workload installed on...
A new configuration section to customize markers displayed on the scrollbar margin.