Coding Assistance

Makes it easy to quickly read
and understand your code.
Coding Assistance

Color Identifiers

Color identifiers make it easier for developers to quickly read and understand the code on the screen. JustCode colorizes additional items that Visual Studio does not allow you to colorize by default. The colorization of items such as methods, properties, events, variables, and method parameters can be easily customized to your specific needs. View demo

Typing Assistance

JustCode saves keystrokes by automatically closing braces, brackets, and single or double quotes. In addition, it prevents doubling of brackets and auto-formats code on semi-colon, or close bracket press.

  • Bracket Completion: When you add an open bracket at the beginning of a line, JustCode will add the closing bracket for you at the end of the line, even if there is code. When you hit enter, the auto formatter will run
  • Prevents Bracket Doubling: JustCode prevents you from doubling parenthesis, braces, and brackets. Instead of doubling these items up, it will move your cursor outside the closing item.
  • Auto Format on Semi-Colon and Close Bracket JustCode automatically runs the auto formatter when you press semi-colon or add a closing bracket at the end of a line.
  • Auto Completion of Single & Double Quotes: The typing assistant also adds a closing single or double quote for you!
View demo