https://github.com/bbonkr/vscode-extensions-new-cs-file
Create new cs file with namespace. Namespace generate using directory structure.
https://github.com/bbonkr/vscode-extensions-new-cs-file
csharp dotnet hacktoberfest vscode-extension
Last synced: 3 months ago
JSON representation
Create new cs file with namespace. Namespace generate using directory structure.
- Host: GitHub
- URL: https://github.com/bbonkr/vscode-extensions-new-cs-file
- Owner: bbonkr
- License: mit
- Created: 2022-10-20T12:15:22.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-09-04T22:49:18.000Z (almost 3 years ago)
- Last Synced: 2025-04-05T03:26:26.554Z (over 1 year ago)
- Topics: csharp, dotnet, hacktoberfest, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=bbonkr.kr-bbon-vscode-plugins-newcsfile
- Size: 2.3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.ko.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# New CS File
[](https://marketplace.visualstudio.com/items?itemName=bbonkr.kr-bbon-vscode-plugins-newcsfile)
[](https://github.com/bbonkr/vscode-extensions-new-cs-file/actions/workflows/build-and-tag.yml) [](https://github.com/bbonkr/vscode-extensions-new-cs-file/actions/workflows/create-release.yml) [](https://github.com/bbonkr/vscode-extensions-new-cs-file/actions/workflows/publish-vscode-extension.yml)
## 기능
네임스페이스가 포함된 새 .cs 파일을 작성합니다.
- 네임스페이스는 프로젝트 파일의 이름 또는 프로젝트 파일의 기본 네임스페이스 `DefaultNamespace` 요소를 참조합니다.

### 네임스페이스
네임스페이스는 프로젝트 파일의 이름과 파일을 작성하는 디렉터리 구조를 기반으로 합성합니다.
네임스페이스의 베이스는 프로젝트 파일 이름 또는 프로젝트 파일의 기본 네임스페이스 `DefaultNamespace` 요소의 내용을 사용합니다.
## 제한사항
프로젝트의 디렉터리와 파일이름은 알파벳 문자와 숫자만 사용될 수 있습니다.
## 게시
[CHANGELOG.md](./CHANGELOG.md) 파일을 참조하세요.