Реализовать разметку категорий при генерации .editorconfig шаблона
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
После генерации .editorconfig'а и открытия его в VS, VS начинает догенеривать недостающие значения. Добавляются некоторые поля, которые уже и так есть. Например, всё что связано с dotnet_style_* и csharp_style_*. Складывается ощущение, что студия, ожидает, что все dotnet* опции будут находиться в секции [*.{cs,vb}], а csharp* под [*.cs].
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the .editorconfig template-generation entry point and reproduce the generated file in Visual Studio. Identify how options are assigned to sections, then verify that dotnet_style_* options appear under [.{cs,vb}] and csharp_style_ options under [*.cs], without duplicate additions from Visual Studio.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100