atom-ide-cpp
atom-ide-cpp copied to clipboard
C/C++ language support for Atom-IDE
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...
[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 
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:  I don't know if this a problem just with me, but even though the plugin seems to know which...
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...