atom-ide-cpp icon indicating copy to clipboard operation
atom-ide-cpp copied to clipboard

C/C++ language support for Atom-IDE

Results 15 atom-ide-cpp issues
Sort by recently updated
recently updated
newest added

The Arduino IDE is _beyond terrible_. I love using Atom for other languages, so it would be great if `ide-cpp` activated in `.ino` files too to help me out.

I am trying to add the -std=c++17 flag to the clang command. Adding the option in the main.js like this: `const args = ["-std=c++17"]` Make the the plugin not to...

Hi, I just want to ping you about this apparently fully fledged language server for C++: https://github.com/jacobdufault/cquery It may be, for now, a better alternative to the rather incomplete Clangd...

suggestion

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.45.0 x64 **Electron**: 4.2.7 **OS**: linux 4.15.0-20-generic **Thrown From**: [ide-cpp](https://github.com/thomasjo/atom-ide-cpp) package 0.1.0 ### Stack Trace Uncaught Error: Connection is closed. ```...

This is annoying, as I want to press `;` then enter to start a new line, but it instead autocompletes ![screenshot_2018-11-19_16-15-42](https://user-images.githubusercontent.com/2122943/48719876-6273ec00-ec16-11e8-8298-93bcfcbbcd8f.png)

It would be nice to have code formatting before saving (or at least the ability to format the code via a command). On macOS `clang-format` comes installed alongside `clangd` when...

This is likely unrelated to ide-cpp, but I will post here to have any advice... I've installed ide-cpp on Atom on macOS Mojave 10.14.5. clangd is installed with brew (`brew...

Here's a screenshot of what I mean: ![screenshot from 2017-11-26 15-04-30](https://user-images.githubusercontent.com/15362831/33241290-3a65bbaa-d2bb-11e7-94f8-4e928b42d1a4.png) I don't know if this a problem just with me, but even though the plugin seems to know which...

enhancement

Hi Thomas, I'm afraid we're likely to remove the `extraFlags` extension that atom-ide-cpp is using: https://reviews.llvm.org/D53641 Clangd has grown lots of methods of customizing compile commands. They overlap and have...

[Enter steps to reproduce:] Not sure how to reproduce. I disabled the package, so this shouldn't happen at all. I uninstalled it because it was throwing this error, and it...