All Projects β†’ HamidMosalla β†’ VisualStudio-ColorCoder

HamidMosalla / VisualStudio-ColorCoder

Licence: MIT license
Visual Studio extension that helps with semantic highlighting in C# and VB.Net

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to VisualStudio-ColorCoder

ConEmuIntegration
Using the console emulator ConEmu within Visual Studio. This project integrates the console emulator ConEmu in Visual Studio.
Stars: ✭ 36 (+16.13%)
Mutual labels:  visualstudio2017, visualstudio2015, visualstudio2019
night-owlish
πŸŒ™πŸ¦‰ An RStudio, tmThemes, and Ace editor adaptation of @sdras' Night Owl VS Code theme…
Stars: ✭ 122 (+293.55%)
Mutual labels:  syntax-highlighting, dark-theme
gray-matter
A colour scheme for Sublime Text and Visual Studio Code that takes design cues from popular minimalist Markdown text editors.
Stars: ✭ 69 (+122.58%)
Mutual labels:  syntax-highlighting, dark-theme
colorstorm
A color theme generator for editors and terminal emulators
Stars: ✭ 101 (+225.81%)
Mutual labels:  syntax-highlighting, dark-theme
prism
πŸ§›πŸ»β€β™‚οΈ Dark theme for Prism.js
Stars: ✭ 33 (+6.45%)
Mutual labels:  syntax-highlighting, dark-theme
Qt Creator Darcula
Darcula color scheme for Qt Creator GUI and syntax highlighting theme
Stars: ✭ 163 (+425.81%)
Mutual labels:  syntax-highlighting, dark-theme
Kung-Fury-Theme
80's dark retro theme for VS Code and Sublime Text
Stars: ✭ 29 (-6.45%)
Mutual labels:  syntax-highlighting, dark-theme
Notepad2
Notepad2 is a light-weight Scintilla-based text editor for Windows with syntax highlighting, code folding, auto-completion and API list for about 80 programming languages/documents, bundled with file browser plugin metapath and dark theme.
Stars: ✭ 590 (+1803.23%)
Mutual labels:  syntax-highlighting, dark-theme
Vim No Color Collections
Collection of Vim themes with barely any colors
Stars: ✭ 270 (+770.97%)
Mutual labels:  syntax-highlighting, dark-theme
New Moon
πŸŒ™ β€Ž The optimized dark theme for web development.
Stars: ✭ 918 (+2861.29%)
Mutual labels:  syntax-highlighting, dark-theme
new-moon-atom-syntax
New Moon Syntax Theme for Atom
Stars: ✭ 23 (-25.81%)
Mutual labels:  syntax-highlighting, dark-theme
VS2019-Dark-Npp
Visual Studio 2019 Dark Theme for Notepad++
Stars: ✭ 146 (+370.97%)
Mutual labels:  dark-theme
Python-Course
🐍 This is the most complete course in Python, completely practical and all the lessons are explained with examples, so that they can be easily understood. 🍫
Stars: ✭ 18 (-41.94%)
Mutual labels:  dark-theme
iterm-oh-my-zsh-powerlevel10k
Improved Terminal Experience with Oh My Zsh, iTerm2, PowerLevel10K
Stars: ✭ 24 (-22.58%)
Mutual labels:  syntax-highlighting
vim-SystemVerilog
SystemVerilog syntax highlight/indent support in vim
Stars: ✭ 37 (+19.35%)
Mutual labels:  syntax-highlighting
darkmatter-grub2-theme
Dark Matter GRUB Theme πŸ‘ΎπŸ’™
Stars: ✭ 200 (+545.16%)
Mutual labels:  dark-theme
vscode-ibmi-languages
Syntax highlighting for IBM i languages such as RPG, CL, DDS, MI, and RPGLE fixed/free.
Stars: ✭ 28 (-9.68%)
Mutual labels:  syntax-highlighting
SublimeText-GameMaker-Plugin
GML Snippets & Syntax Highlighting for SublimeText 2
Stars: ✭ 20 (-35.48%)
Mutual labels:  syntax-highlighting
ZenScript
Visual Studio Code extension/Language Server for ZenScript, includes highlight, code snippet and language server(WIP). Works with πŸ‘‡
Stars: ✭ 29 (-6.45%)
Mutual labels:  syntax-highlighting
fb-messenger-dark
πŸ’¬ Dark Facebook Messenger theme
Stars: ✭ 61 (+96.77%)
Mutual labels:  dark-theme

Color Coder

Build status

Color Coder is a lightweight extension for Visual Studio 2019 and 2022. It can help you change the color of various programming constructs, such as:

  • EnumMember
  • Constructor (C# Only)
  • Field
  • LocalVariable
  • Namespace
  • Method
  • StaticMethod
  • ExtensionMethod
  • Property
  • Parameter
  • Module (VB Only)
  • Interface
  • Class
  • Attribute
  • Struct
  • Enum
  • Delegate
  • GenericTypeParameter

When you initially install Color Coder, it doesn't change the colors, you should go to its option page to change it, you can see an example of its use on methods and constructors down below:

Color Coder C Sharp

You can change the colors through Color Coder's options page:

Color Coder Option Page

You can also change the colors by selecting from a set of predefined options or restore the colors to visual studio default:

Color Coder Option Page Preset

(More Info)

Release Notes

Version 1 (2017-06-16)

  • Initial release

Version 1.0.1 (5/21/2018)

  • Fix compatibility issues with Visual Studio 2017 (Version 15.7)
  • Remove the preexisting font size for methods
  • Performance improvements

Version 1.0.2 (4/12/2019)

  • Make Color Coder compatible with Visual Studio 2019
  • Fix coloring issue related to the generic methods that returns the type parameter

Version 1.1.0 (08/02/2020)

  • Fix the default color issue for the dark theme
  • Add a new preset for the dark theme

Version 2.0.0 (07/26/2021)

  • Fix the compatibility issue with Visual Studio 2019 v16.5 onward (This is a breaking change, that means extension does not work with previous versions)
  • This version also adds the possibility to change the color of Attributes

Version 2.0.2 (01/01/2022)

  • Add support for visual studio 2022
  • Add option to change the color of attributes
  • Remove support for previous versions (vsix files are still available in the github repo release section)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].