kemoycampbell / csharpextensions

C# Extensions for Visual Studio Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Customized version of https://github.com/jchannon/csharpextensions, -> https://github.com/KreativJos/csharpextensions

C# Extensions

Welcome to C# Extensions. This VSCode extension provides extensions to the IDE that will hopefully speed up your development workflow.

Features

Add C# Class

Add C# Class

Add C# Enum

Add C# Enum

Add C# Interface

Add C# Interface

Add fields from constructors

Add fields from constructors

Add constructor from properties

Add constructor from properties

Add read-only property from constructors

Add read-only property from constructors

Add property from constructors

Add property from constructors

This extension traverses up the folder tree to find the project.json or *.csproj and uses that as the parent folder to determine namespaces.


Licence

MIT

See licence.txt Legacy Repository: jchannon/csharpextensions

About

C# Extensions for Visual Studio Code

License:MIT License


Languages

Language:TypeScript 95.0%Language:JavaScript 3.9%Language:Shell 1.1%