VS Code – is there a UI for modifying syntax highlight colors?
# Technical Postmortem: Overcoming Limitations in VS Code Syntax Highlight ## Our team encountered challenges while creating a custom VS Code theme when attempting to modify syntax highlighting colors for specific Python constructs (e.g., method calls like `classInstance.compute()`). The primary pain point was identifying the correct TextMate scopes due to ambiguous naming conventions, language-specific scope … Read more