Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MalcolmMielle/Semantic-Highlighting
Brings KDevelop and Pycharm semantic highlighting to VS Code.
https://github.com/MalcolmMielle/Semantic-Highlighting
highlight highlighting kdevelop semantic visual-studio-code vscode vscode-extension
Last synced: about 1 month ago
JSON representation
Brings KDevelop and Pycharm semantic highlighting to VS Code.
- Host: GitHub
- URL: https://github.com/MalcolmMielle/Semantic-Highlighting
- Owner: MalcolmMielle
- License: gpl-3.0
- Created: 2021-10-05T15:24:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-10T03:40:23.000Z (over 1 year ago)
- Last Synced: 2024-08-02T05:11:22.191Z (5 months ago)
- Topics: highlight, highlighting, kdevelop, semantic, visual-studio-code, vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 333 KB
- Stars: 14
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Semantic Highlights
![VSCode](https://img.shields.io/badge/Made%20for-VSCode-1f425f.svg) ![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/malcolmmielle.semantic-highlighting) ![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/malcolmmielle.semantic-highlighting)![CICD](https://github.com/MalcolmMielle/Semantic-Highlighting/actions/workflows/main.yml/badge.svg)
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)
Colorizes each variable with their individual color.
Works with *any language* that has semantic tokens.Color used for the variables can be customized in the settings.
The extension can be toggled on/off be using the command "Toggle semantic highlighting" (needs a modification of the file to trigger).## Features
Before:
![before](https://raw.githubusercontent.com/MalcolmMielle/Semantic-Highlighting/main/images/before.png)
After:
![after](https://raw.githubusercontent.com/MalcolmMielle/Semantic-Highlighting/main/images/after.png)
## How to contribute
Please submit Issues or PR.
Help is always welcomed!Icon from [Freepik](https://www.freepik.com/)
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Malcolm Mielle
💻
Guillaume Racicot
💻
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!