Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>C# StuffNew to Visual Studio Code? Get it now.

C# Stuff

TheFish2191

|
16 installs
| (0) | Free
Helps to create items, the namespace is on me
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

C# stuff

GitHub Visual Studio Marketplace Installs GitHub issues Visual Studio Marketplace Rating (Stars)

✅ C# basics items
🔛 Angular and react templates
✅ Add project references
✅ Unity Script/ScriptableObject

Overview

Create C# (and other) with namespaces items, such as classes, enums, using the command palette or the explorer view.

Current context menu

context menu

Current commands

commands

Create items from the explorer context menu

Create C# (and others) items from the explorer!

addItemCont

Create items from the command palette

Search all options by typing csharp-stuff

addItemCmd

Add project references from the context menu

addRefCont

Add project references from the command palette

addRefCmd

Creating C# files (Top level)

This function works on folder's context menus:

  • [x] Add new c# files
    • [x] class
    • [x] struct
    • [x] enum
    • [x] interface
    • [x] Unity Scripts
    • [x] Unity Scriptable Object
  • [x] Typescript files
    • [x] Class
  • [ ] Add new Web files
    • [ ] controller
    • [ ] apiController
    • [ ] Angular Controller
    • [ ] Angular Directive
    • [ ] Angular Module
  • [x] Add data files
    • [x] XML
    • [x] JSON
  • [ ] Add global using file
  • [ ] Move usings to GlobalUsings.cs file

How to modify/personalize this extension

So, you decided to contribute, right?
Doing so is that easy as:

  • Download and install node.
  • Download this repo.
  • Open up this repo in vscode.
  • Run the npm install command
  • Press F5
  • Modify

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft