Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C# Dev Extensions

Right-click a folder (or file) in the Explorer → New C# File → Class / Interface / Enum / Record / Struct.

The namespace is auto-computed from the nearest .csproj (using its RootNamespace if set, otherwise the project file name) plus the folder path relative to it. Falls back to the workspace folder name if no .csproj is found.

Settings

  • csharpdevextensions.fileScopedNamespace (default true) — use file-scoped (namespace Foo;) vs block-scoped (namespace Foo { ... }) namespaces.

Development

npm install
npm run watch

Press F5 in VS Code to launch an Extension Development Host with the extension loaded.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages