Replies: 1 comment
-
Maybe reason is that Intellij ides do not have the viml filetype ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you edit
.vimrc
or.ideavimrc
in IntelliJ then you get some nice syntax highlighting, which means that IntelliJ (or perhaps IdeaVim) recognizes the file type. However, if you try to comment/uncomment code by pressingCMD-/
(on Mac OS) orgc
(using thecommentary
extension), then nothing happens.Is there a way to enable commenting in those files, or is that perhaps a missing feature?
Beta Was this translation helpful? Give feedback.
All reactions