“到处搜索”在Intellij 2022.1中不打开

发布于 2025-01-23 19:42:24 字数 118 浏览 0 评论 0原文

几天前,Intellij已更新为2022.1版本,但我注意到“搜索到处都是” double shift 功能停止工作。我已经尝试了几件事,但是到目前为止没有成功。

有人有同样的问题吗?

A few days ago, IntelliJ was updated to version 2022.1 but I noticed that the "search everywhere" double Shift functionality stopped working. I've tried a few things but so far without success.

Someone with the same problem?

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

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

发布评论

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

评论(3

池木 2025-01-30 19:42:24

Intellij用户经常经历这种行为,这是由于插件与Intellij的搜索无处不在的机制通过集成而爆炸。

当插件与IntellijIDE版本相关时,这通常会发生。

更新插件可能会解决该问题。

-Shift-shift-to-search-everywhere-not-not-working“ rel =“ nofollow noreferrer”> this thread)

关于插件的异常堆栈跟踪,该插件仅在Intellij启动时只能打印一次。在UI中,您可能会注意到有关插件失败的气球通知。

未响应的以下双班移动不会向日志发出新的故障。

令人困惑的是,每个人都无法启动的搜索无法正常传达给用户。

IntelliJ users experience this behavior often due to a plugin which explodes through its integration with IntelliJ's Search Everywhere mechanism.

This often happens when the plugin is outdated in relation to the intellij IDE version.

Updating the plugin is likely to solve the issue.

(See this thread)

An exception stack trace regarding the plugin who's messing things up will only be printed once, when intellij starts up. In the UI you're likely to notice a balloon notification regarding the plugin which have failed.

The following double shift presses which doesn't response will not emit new failures to the log.

What's confusing everybody is the fact that Search Everywhere engine could not start is not communicated properly to the user.

深海不蓝 2025-01-30 19:42:24

对于从Google遇到此线程的任何人,就我而言,问题是我在预览模式下打开了一个 Markdown(.md)文件

除了预览(或切换到编辑器模式)以外的其他内容解决了我的问题,并再次工作。

For anyone coming across this thread from google, in my case the problem was that I had a markdown (.md) file open in the preview mode.

Simply focusing something else than the preview (or switching to the editor mode) resolved my issue and double-shift worked again.

梦冥 2025-01-30 19:42:24

我遇到了Intellij崩溃的问题,双移搜索搜索不起作用,并且在进行大型文件操作(例如大重命名)时就遇到了问题。

这是在ubuntu / x11上。登记并选择Wayland会议解决了问题。 2024个版本和X11似乎存在问题。

使用命令行从 /bin目录中运行IDEA二进制文件,我会让我看到错误:

Warning: Not allowed as a service: com.jetbrains.RoundedCornersManager
    at com.jetbrains.JBR$RoundedCornersManager__Holder.<clinit>(JBR.java:514)
    at com.jetbrains.JBR.isRoundedCornersManagerSupported(JBR.java:524)
    at com.intellij.ui.WindowRoundedCornersManager.isAvailable(WindowRoundedCornersManager.java:36)
    at com.intellij.ui.popup.AbstractPopup.show(AbstractPopup.java:1033)

I was having this issue with intelliJ crashing, double shift search not working and instability when doing large file operations like a big rename.

This was on Ubuntu / X11. Logging out and selecting a wayland session cleared the problem. There seems to be an issue with 2024 releases and X11.

Running the idea binary from the /bin directory using the command line would let me see the error:

Warning: Not allowed as a service: com.jetbrains.RoundedCornersManager
    at com.jetbrains.JBR$RoundedCornersManager__Holder.<clinit>(JBR.java:514)
    at com.jetbrains.JBR.isRoundedCornersManagerSupported(JBR.java:524)
    at com.intellij.ui.WindowRoundedCornersManager.isAvailable(WindowRoundedCornersManager.java:36)
    at com.intellij.ui.popup.AbstractPopup.show(AbstractPopup.java:1033)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文