microsoft / microsoft/ApplicationInspector
Some languages support multiple kinds of block comment pairs
Open
enhancement
- Dominant language
- C#
- Stars
- 4.4k
- Forks
- 366
- Avg merge
- 6d 7h
- Merged PRs (30d)
- 3
Description
Is your feature request related to a problem? Please describe.
Some languages (i.e. Razor pages) actually have multiple kinds of block comments, comment calculation is a bit more complex than we currently handle, with allowance for both html and C# comments. Not sure we can calculate it to the full precision of the language withou incorporating Roslyn, but we could potentially allow multilpe kinds of pairs of block comment styles in a single languge.
Contributor guide
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.
Assessment
This issue has not been assessed yet.