sublime 如何关掉 代码定义提示?

发布于 2022-09-06 12:26:27 字数 186 浏览 20 评论 0

发觉sublime 会卡死。所以需要关掉。
在哪儿设置呢?

clipboard.png

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

德意的啸 2022-09-13 12:26:27

Also new in 3124 is Show Definition, which will show where a symbol is defined when hovering over it with the mouse. This makes use of the new on_hover API, and can be controlled via the show_definitions setting. — https://www.sublimetext.com/b...

Show Definition 这个功能是在 3124 版本之后加入的,同时配置中也加了一个选项 show_definitions 允许关闭。

用户配置

Menu > Preferences > Settings (Preferences.sublime-settings - User)

{
    "show_definitions": false
}

项目配置

Menu > Project > Edit Project

{
    "settings": {
        "show_definitions": false
    }
}
深居我梦 2022-09-13 12:26:27

也遇到这个问题,想知道最后是怎么解决的呢

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文