JetBrains / JetBrains/ForTea

Parameter info not automatically shown for constructors if ForTea is installed

Open
#43 2 comments 1 reaction 0 assignees View on GitHub
Dominant language
C#
Stars
58
Forks
13
Avg merge
5h 4m
Merged PRs (30d)
7

Description

Steps to reproduce:
- type an open bracket after `new AccessViolationException`.

However, parameter info can be called manually in the constructor using Ctrl+Shift+Space/Ctrl+P.
ReSharper 2020.3.2, ForTea 2020.3.0

```
class Program
{
static void Main(string[] args)
{
var test = new AccessViolationException();
}
}
```

**Expected behavior:**
![](https://i.imgur.com/6WYb6KP.png)

**Actual behavior:**
![](https://i.imgur.com/VQl2BZF.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.