Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在向 notepad++ 的 C# 语法突出显示添加更多关键字,如果我有一个完整的 C# LINQ 关键字列表,这将非常有帮助。
从记忆里:
from select where join on equals group by orderby ascending descending into let
编辑:正如 Eric 所说,您可能也想包含var(如果您想突出显示所有 C# 3 上下文关键字,您当然应该包含在内)。
var
如果你也在做符号,你可能想要包含一个模式=>
=>
您可以从这里开始。
您可以在此处找到 Linq 查询关键字。