Issue Description
Codebook's C and C++ spell checking does not classify declarations without initial values as spelling errors. For example:
// Codebook does not catch any spelling errors here
int helloo_worldd;
// Codebook marks "helloo" and "worldd" as spelling errors
int helloo_worldd_2 = 0;
Operating System
Linux (Arch)
Editor
Zed
Codebook Version
0.3.38
Configuration
Steps to Reproduce
-
Create a new C or C++ file.
-
Copy in the following example:
int foo() {
int helloo_worldd;
}
Expected Behavior
helloo and worldd are not caught as spelling errors.
Actual Behavior
helloo and worldd should be makred as spelling errors.
Code Sample
Log Output
Additional Context
I plan to submit a PR later today to address this issue.
Issue Description
Codebook's C and C++ spell checking does not classify declarations without initial values as spelling errors. For example:
Operating System
Linux (Arch)
Editor
Zed
Codebook Version
0.3.38
Configuration
N/ASteps to Reproduce
Create a new C or C++ file.
Copy in the following example:
Expected Behavior
hellooandworlddare not caught as spelling errors.Actual Behavior
hellooandworlddshould be makred as spelling errors.Code Sample
Log Output
Additional Context
I plan to submit a PR later today to address this issue.