How to revert back the warning messages?
已回答
I have the idea neovim plugin installed in the intellij community edition. When I was pressing the ctrl + o, it was telling me that it's the vim plugin, and showed a message whether I want to change it to idea ones. But When I clicked "Do not show again" button, it doesn't show it anymore. How can I reenable this messages?
OS: Arch/Hyprland
Intellij idea version: 2024.2.242.21829.142-1
P.S: It's in the Settings > Notifications. I guess it was the “IDE Features Trainer”, ( I tried to enable all notifications I have there ) I'm not sure.
请先登录再写评论。
Search for
Notification.DoNotAsk-ideavim
inoptions\other.xml
under the configuration directory.If you disable it per project, it will be saved in
.idea/workspace.xml
.Make sure the IDE is not running when you modify this file.
You can also find/change the conflicting shortcuts at Settings | Editor | Vim.
Serge Baranov I ripgrepped the idea config directory, and the IdeaProjects directory for the DoNotAsk string, but didn't get any results.
I confirmed it's saved in the config directory. Not sure why you can't find it. Revert to the default IDE settings, then diff the backup config and the clean config folders.