colorShowThe Features
InstallationTo work correctly, the extension requires configuring the Example configuration:
This configuration defines the paths to the theme.ts files that the extension will monitor to display color previews. Usage InstructionsConfigure settings.json as shown in the example above, pointing to the relevant theme.ts files in your project. Use the theme object in your code. Whenever you type theme. on a line, the extension will activate to show color suggestions. Automatic continuation: If you continue typing . on the same line after theme., the extension will be triggered again to provide additional suggestions. Credits Developed by mobileWorker1st. RequirementsYou need to have a theme file configured according to the project conventions, usually named theme.ts or anotherTheme.ts. Extension Settings The colorShow extension contributes the following settings: colorShowExtension.tsFilesPaths: An array of strings specifying the paths to the theme.ts files to be monitored. Known Issues Currently, there are no known issues. Please open an issue in the repository if you encounter any problems. Release Notes1.0.0 Initial release with support for theme color previews. Following Extension Guidelines |