Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add command open clangd configure #176

Closed
findNextStep opened this issue Apr 15, 2021 · 2 comments · Fixed by #181
Closed

add command open clangd configure #176

findNextStep opened this issue Apr 15, 2021 · 2 comments · Fixed by #181
Labels
enhancement New feature or request

Comments

@findNextStep
Copy link

as clangd support configure file, can we have a way open/create configure file more quickly?

https://clangd.llvm.org/config.html

@findNextStep findNextStep added the enhancement New feature or request label Apr 15, 2021
@njames93
Copy link
Contributor

There's some issues with this. For global config this should be easy to implement. The project root would be OK too, but for any sub directory config files, we won't be able to create commands for those.

@findNextStep
Copy link
Author

I think the global config is enough for most of time, we need some config for mac and if we can simple access global config it will be easy to use clangd.

most of time the global config and project root config is good enough

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants