Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

ide-clangd is not working #10

Open
stellarbeam opened this issue Aug 6, 2018 · 5 comments
Open

ide-clangd is not working #10

stellarbeam opened this issue Aug 6, 2018 · 5 comments

Comments

@stellarbeam
Copy link

stellarbeam commented Aug 6, 2018

I have installed atom-ide-ui and ide-clangd , atom version 1.29, $PATH variable contains C:\Program Files\LLVM\bin , and in package settings the location of clangd executible is left to default (ie clangd). but the plugin doesn't seem to work. it doesn't show any errors or warnings. I checked the Task Manager and found that clangd process isn't active at all. Also tried to mention absolute path to clangd C:\Program Files\LLVM\bin\clangd in package settings, but no luck.
Have i done any mistake?
thanks in advance.

@jbree
Copy link
Owner

jbree commented Aug 9, 2018

I dont have any way to test windows, so the plugin actually bails out if it's other than mac or linux. I welcome you, or anyone, to make alterations to make it work and submit a pull request.

@ifigueroap
Copy link

Hi, I'm having the same issue as @TheCyberGuy, and based on your answer I just changed line 21 to the following:

const platform = { 'linux': 'linux', 'darwin': 'mac', 'win32' : 'windows' }[process.platform];

And the plugin so far is working correctly on Windows 10, Atom 1.32.1 x64, should I proceed with the pull request?

@jbree
Copy link
Owner

jbree commented Nov 10, 2018

Currently I'm working on a branch which adds automatic download of the clangd components for use with this plugin. rather than put out a new release with this fix, the next release will be on the new branch, which has been seriously refactored.

If you'd like to contribute to that branch (feature-auto-install) with windows support, I'd be happy to have your help. Thanks!

@NetherGranite
Copy link

Any update on this by chance? This package sounds amazing, but I can't actually use it! 😄

@jbree
Copy link
Owner

jbree commented Feb 11, 2020

Unfortunately my work situation has required me to use VSCode rather than Atom, so this plugin has languished. Don't count on any updates.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants