WMJ
WMJ
Thank you for your precious opinions. I have thought of adding more categories to C# keywords for several times, but having the same considerations as yours. Maybe further refactoring the...
Use HTML link instead: `title`
Please tell them to do so. I see some other open projects also use the `` element.
I have thought of that before. The problem of implementing with SmartBar is that it usually appears after something is selected, which is not so easy for ordinary users to...
The situation gets more complicated than I initially expected. The traditional APIs for intellisense completion (`ICompletionSourceProvider` and `ICompletionSource`) are being abandoned in modern version of VS. Instead, async APIs like...
> Oh, I see. Too bad multi-targeting is not possible for VS, as otherwise you could have used newer APIs for this feature, while simply not making it visible to...
I'd love to do so. Unfortunately I don't have any idea about hooking into the VS debug data.
I'd love to do so. Unfortunately I don't have any idea about hooking into the VS debug data.
I have thought about that quite a few times before. But I am busy with other things recently. I will see how to implement it when I have time.
It is possible to do so. The customization should provide the following options: 1. A searchable list of commands (required) 2. A searchable list of icons (required) 3. Command placement...