You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
For example, I am using cJSON. It has spell like
valuestring
. Then, I need addvaluestring
tocspell.json
.I did not found anything that help, but I wished:
Could we add a function, maybe like this :
Then, the plugin call something like
pkg-config
under Linux to find the folder where header files ofcJSON
stored.And, parse all the header file, add
words
into a dictionary file, maybe namedcJSON.txt
.The text was updated successfully, but these errors were encountered: