Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parameter info not automatically shown for constructors if ForTea is installed #43

Open
MPleskunina opened this issue Jan 22, 2021 · 2 comments

Comments

@MPleskunina
Copy link

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:

@TimSirmovics
Copy link

Any chance this could be looked at?

@kirillgla
Copy link
Member

Unfortunately, I haven't had a chance to look at this issue yet. I hope to have a look at this in this iteration or the next one. However, I cannot promise anything because I first need to finish working on some more pressing issues in Rider. Sorry for the inconvenience and thank you for your patience!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants