wmjordan / Codist

A visual studio extension which enhances syntax highlighting, quick info (tooltip), navigation bar, scrollbar, display quality, and brings smart tool bar with code refactoring to code editor.
https://marketplace.visualstudio.com/items?itemName=wmj.Codist
GNU General Public License v3.0
307 stars 28 forks source link

小问题:为什么 IDisposable 接口图标是带警告的⚠️ #322

Closed CodingOctocat closed 3 months ago

CodingOctocat commented 6 months ago

image

wmjordan commented 6 months ago

按照一般的编程约定,必须确保这个接口的 Dispose 方法得到调用,否则可能会造成资源泄漏。因此,给这个接口一个特殊的图标。

CodingOctocat commented 6 months ago

我觉得这个图标有点歧义,它和 VS 中引入兼容的依赖项的警告图标类似。

wmjordan commented 4 months ago

置顶的 Beta 版更改了一批图标。请试用一下,给点反馈吧。

CodingOctocat commented 4 months ago

这是 Beta 版的图标: image

建议可以给图标添加 ToolTip 解释图标含义。

或者同时考虑感叹号替换为闪电符号(并填充为警告黄色),图标来自 Fluent Icons e945 e945

wmjordan commented 4 months ago

闪电符号在Visual Studio里表示事件,不合适。 感叹号表示警告,似乎的确也不太好。 或者再换个别的。

wmjordan commented 4 months ago

新的测试版换了个图标

CodingOctocat commented 4 months ago

新测试版图标不错,不过不是很明显,另外还是建议提供 ToolTip,不然应该挺多人会有疑惑。

image