- This topic has 6 replies, 4 voices, and was last updated 6 years, 7 months 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.
November 15, 2018 at 1:51 pm #602914
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
IgnacioNovember 15, 2018 at 3:56 pm #602919
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
IgnacioAugust 28, 2019 at 9:18 am #621959
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!
August 28, 2019 at 1:47 pm #622021
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.August 29, 2019 at 4:13 am #622136
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!
August 29, 2019 at 5:05 am #622141
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.August 29, 2019 at 5:24 am #622143
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!
August 30, 2019 at 3:13 pm #622319
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