Kusto 资源管理器代码导航Kusto Explorer Code Navigation
Kusto 提供了若干功能,通过使用查询符号信息轻松进行代码导航。Kusto.Explorer provides several features for easy code navigation using query symbols information.
转到符号定义Go-to symbol definition
可以使用 F12
或 Alt
+Home
快捷方式导航到当前符号的定义。You can navigate to the definition of the current symbol using F12
or Alt
+Home
short-cut.
列出符号的所有引用List all references of a symbol
可以使用 Ctrl
+F12
快捷方式获取当前符号的所有引用。You can obtain all references of the current symbol using Ctrl
+F12
short-cut.