jucipp icon indicating copy to clipboard operation
jucipp copied to clipboard

A lightweight & cross-platform IDE supporting the most recent C++ standards. This project has moved to https://gitlab.com/cppit/jucipp.

Results 39 jucipp issues
Sort by recently updated
recently updated
newest added

This patch makes an application package for juci on Mac OS X.

I have gotten used to using alt+hjkl or alt+jkil for navigation instead of the arrow keys. Would it be possible to add keybindings for these actions? Next/previous word and beginning/end...

enhancement
help wanted

I was studying the code of jucipp in resent days and noticed that you are implementing cmake support in a hard way. Since cmake3.7 a official server mode was added...

Feel free to post debugging features you are missing and would like to see in juCi++ here. Just keep in mind that you can use Run Command in the Debug...

enhancement
help wanted

Hi! When downloading the juCi++ tarball from GitHub, submodules are not included. It would be nice to have an option to download a release tarball with all the necessary submodules...

Hey. Great project! I have a proposition for feature i often used in Intellij and Eclipse called in Eclipse: "select enclosing element". For example in code below: ![image](https://user-images.githubusercontent.com/30978460/39480327-1d6f3094-4d68-11e8-95a6-770ba16566c0.png) if you...

There's a new C/C++ language server: [cquery](https://github.com/cquery-project/cquery), which works quite well with VSCode. Just wondering the compatibility status between jucipp and cquery, or other language servers.