Skip to content

Signature for template parameters #179

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

Open
deepankarsharma opened this issue Feb 26, 2015 · 1 comment
Open

Signature for template parameters #179

deepankarsharma opened this issue Feb 26, 2015 · 1 comment

Comments

@deepankarsharma
Copy link

Would it be possible to get irony to display a signature for template parameters?

For instance if class Foo inherits from class Bar which takes template parameters -

template<typename A, typename B, typename C>
class Bar
{};

class Foo : public Bar<...>
{};

Could Irony display the signature <typename A, typename B, typename C> as completion signature when cursor is over the ellipsis?

@Sarcasm
Copy link
Owner

Sarcasm commented Feb 27, 2015

I'm not sure if Clang provides this information easily, will have to check.

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

2 participants