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

whenever I finished a line, and want to format the comments with tabbing, the autocomplete triggers and adds random words like "extern" into the code. I feel like triggers such...

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.26.1 x64 **Electron**: 1.7.11 **OS**: Mac OS X 10.13.4 **Thrown From**: [ide-cpp](https://github.com/thomasjo/atom-ide-cpp) package 0.0.3 ### Stack Trace Uncaught Error: Connection is...

Here's a screenshot for above mentioned issue. I did have clangd (installed with hombrew) path set. Any idea what probably might cause this? Here's a [list](https://pastebin.com/raw/jgW9DnKF) of all the packages...

more information needed

[Enter steps to reproduce:] I don't know how to reproduce this. I'm currently developing a Go codebase and not a CPP codebase. **Atom**: 1.25.0 x64 **Electron**: 1.7.11 **OS**: Ubuntu 17.10...

Step to repro 1. Grabbed pre-compiled binary from http://releases.llvm.org/download.html 2. Place clangd in accessible location and add path to package settings 3. right-click in .cpp file, execute "format code" **Atom**:...

bug