Ensure naming follows consistent patterns throughout the codebase in both style and structure: 1. Use agreed-upon case style for identifiers (e.g., snake_case for functions):
Ensure naming follows consistent patterns throughout the codebase in both style and structure:
-
+
- export additional-language-server-workspace-configuration: func(...)
+ export language-server-additional-workspace-configuration: func(...)
- (emphasis) @markup.emphasis
+ (emphasis) @emphasis.markup
This consistency improves code readability, makes the codebase more predictable, and reduces cognitive load when writing or reviewing code.
Enter the URL of a public GitHub repository