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

"private member" foreground color doesnt work #296

Closed Hakoyu closed 1 year ago

Hakoyu commented 1 year ago

image

But background is work

image

Hakoyu commented 1 year ago

Version: 7.7.1.9318

wmjordan commented 1 year ago

是这样设计的。 属性样式的优先级高于私有成员样式的优先级。

Hakoyu commented 1 year ago

但这样就不容易分辨出啥是私有了 有其他解决办法吗

wmjordan commented 1 year ago

如果私有成员样式的优先级超过了属性样式的优先级,而且你用颜色来区分私有成员与否,那么你就无法分辨哪些是私有方法,哪些是私有字段,哪些是私有属性了——它们全都是一样的颜色。 你可以考虑用斜体,或者别的字体,或者下划线(可以设置特定的下划线颜色),或者背景色等样式来标记私有成员。

Hakoyu commented 1 year ago

主要是之前橙色看习惯了还不适应 行 我换个法子