- This topic has 6 replies, 4 voices, and was last updated 6 years ago by Brian Fernandes.
-
AuthorPosts
-
supplanter64ParticipantIt’s helpful when it works, but I’m having SO MANY ISSUES with CodeMix, i.e. the Eclipse IDE locks up, debugging fails to work most of the time, and I’m getting strange editor cursor behavior when I use Vrapper (vim emulation). I would like help you debug this, but simply don’t have time. This is really cool extension you’ve created. I hope my license fee helps you guys a little, but I’m going back to plain VS Code.
ignaciomModeratorThanks for your time! We know it can be challenging especially in your case with the VIM plugin — unfortunately we haven’t had time to deep dive on compatibility with that plugin and no doubt it has caused you pain with your cursor movements.
Hopefully you do have time to circle back in the future! And get to the bottom of the problems you are facing.
Best Regards
Ignacio
ignaciomModeratorHey,
I’ll make sure we get to investigate the issue for next release, with this I mean test CodeMix with the Vrapper (vim emulation) extension, and get back here with any findings.
Best Regards
Ignacio
antoniotrkdzParticipantHi,
It would be great if you can make the vim commenter plugin (<gcc> to toggle comment/uncomment) of vrapper to work with Codemix.
At the moment it is not working with .vue components files, where it needs different type of comments for every different section of the file (html, js, css)
Thanks!
Brian FernandesModeratorAntonio,
Thank you for asking – we did some work around Vrapper and CodeMix functionality some time ago, and will take a look at whether it’s possible to get it to work with the different sections in
.vue
files.
antoniotrkdzParticipantHi Brian,
Thank you for your reply.
It would be easy to bind it in some way to the ctrl+/ key combination as it is already serving the same purpose.
It what I am using at the moment, indeed.Thanks!
Brian FernandesModeratorAntonio,
We were having a hard time getting
gcc
to work in general, even in non-CodeMix editors. Did you do anything special to set that up other than just installing Vrapper, like installingvim-commentary
or something? Some of the other commands were working fine.
antoniotrkdzParticipantNo, I didn’t anything other than installing vrapper.
here is my .vrapperrc, just in case:ino jk <ESC> vno v <ESC> map L $ map H ^ set autoindent set ignorecase set smartcase
thanks!
Brian FernandesModeratorAntonio,
Thank you for sending that in – we were missing some of the optional Vrapper plugins that enabled the gcc functionality, and now see it working in Java files. I’ve filed this as a feature request and will update this thread when there’s movement on this. Thank you for asking!
-
AuthorPosts