3 comments (3 comments)0 reactions (0 reactions)0 assignees (0 assignees)C#4,257 forks (4,257 forks)batch import
Area-IDEhelp wanted
Repository metrics
- Stars
- 20,414 stars (20,414 stars)
- PR merge metrics
- Avg merge 6d 17h (Avg merge 6d 17h)256 merged PRs in 30d (256 merged PRs in 30d)
Description
e as T)?<caret>
->
(e as T)?.<caret>
Contributor guide
- Research direction
- Examine the code that handles completions or formatting for conditional cast expressions (e.g., 'e as T') and identify where to add insertion of an opening parenthesis when dotting after a closing parenthesis.
- Tech stack
- csharp
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- Git