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

Any way to manage the words from 3rdparty libraries? #3205

Open
zeerd opened this issue Apr 19, 2024 · 0 comments
Open

Any way to manage the words from 3rdparty libraries? #3205

zeerd opened this issue Apr 19, 2024 · 0 comments

Comments

@zeerd
Copy link

zeerd commented Apr 19, 2024

For example, I am using cJSON. It has spell like valuestring. Then, I need add valuestring to cspell.json.

I did not found anything that help, but I wished:

Could we add a function, maybe like this :

{
    "cSpell.libraries": [
        "cJSON"
    ]
}

Then, the plugin call something like pkg-config under Linux to find the folder where header files of cJSON stored.
And, parse all the header file, add words into a dictionary file, maybe named cJSON.txt.

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

No branches or pull requests

1 participant