标签: intellij-idea phpstorm webstorm
所以我使用TypeScript和WebStorm,我想为关键字做一个特殊的粉红色:public partial class Employee { ... [InverseProperty("EmployeeIssuedToId")] public virtual Certification Certification { get; set; } } 但是你可以看到它不在单词列表中。
public partial class Employee { ... [InverseProperty("EmployeeIssuedToId")] public virtual Certification Certification { get; set; } }
是否无法添加关键字以便我自定义颜色?