Skip to content

"IDE-Settings" Is a repository to store my custom settings for Visual Studio, Resharper and Semantic Syntax Colorizer. I use them to programing in C # on the Unity engine.

Notifications You must be signed in to change notification settings

Szynal/IDE-Settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Importing settings

To import IDE configuration settings:

  • Download the Semantic Syntax Colorizer extension
  • In Visual Studio, click Tools -> Import and Export Settings.
  • Click Import selected environment settings and then click Next.
  • Specify whether you want to save the current settings to a file and click Next.
  • Click Browse to navigate to and select the .vssettings file that contains the settings you want to import, then click Open. Ensure the settings you want to import are selected and then click Finish.

Semantic Syntax Colorizer

Visual Studio | Marketplace

A Visual Studio 2017 & 2019 editor extension for semantic syntax highlighting.

To change the colors use the regular Visual Studio "Font and Colors" Options. Tools -> Environment -> Fonts and Colors -> Look for Semantic * in the "Display items".

  • Constructor - #5afeee #5afeee
  • Enum Field - #ebf0c8 #ebf0c8
  • Event - #ffcaff #ffcaff
  • Event - #ffcaff #ffcaff
  • Extension Method - #fe92fe #fe92fe
  • Field - #cc9e02 #cc9e02
  • Local - #d3cfcf #d3cfcf
  • Local Function - #d3cfcf #d3cfcf
  • Namespace - #32cd3a #32cd3a
  • Normal Method - #ffff80 #ffff80
  • Parameter - #708090 #708090
  • Property - #c7b9d2 #c7b9d2
  • Static Method - #e97073 #e97073

SemanticColor

ReSharper

ReSharper is a it’s a plug-in for Visual Studio that runs on Windows, Mac, and Linux.

The biggest advantages of using ReSharper :

  • Comply with coding standards
  • Eliminate errors (Quick-fixes)
  • Safely change the code
  • It works much better than in VS ^^.

You can read more information on the official website: www.jetbrains.com/resharper

Importing settings:

  1. In the Settings Layers dialog, select a setting layer where you want to import settings.

  2. Do one of the following:

    • On the toolbar, click Import/Export Settings. Depending on the location of the file to be imported, click Import from File or Import from URL.

    • Right-click the layer. Click Import from in the context menu, then click Import from File or Import from URL.

  3. Specify location of the file to be imported. Pay attention, that if you have chosen to import from URL, the path to the file should be specified in the UNC format.

  4. In the Import from File dialog that opens, specify group(s) of settings to be imported and click OK.

About

"IDE-Settings" Is a repository to store my custom settings for Visual Studio, Resharper and Semantic Syntax Colorizer. I use them to programing in C # on the Unity engine.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published