Parameter info not automatically shown for constructors if ForTea is installed
Open
- 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:**

**Actual behavior:**

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.