question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No parameter names and types information for Constructor calls

See original GitHub issue

It would be great if I could also see the names and types for constructor calls:

GridData gridData = new GridData(SWT.NONE, SWT.FILL, true, true);	

image

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
vogellacommented, May 15, 2018

I would think everyone wants to see the same info for method and constructor calls, so IMHO an extra preference is not necessary.

0reactions
angelozerrcommented, May 16, 2018
Read more comments on GitHub >

github_iconTop Results From Across the Web

c++ - Variables with no name in constructor's parameter?
I would like to know, when someone gives you a template for a default constructor in C++ and in the parameter ...
Read more >
13.5 — Constructors - Learn C++
A constructor that takes no parameters (or has parameters that all have default values) is called a default constructor.
Read more >
2.3. Calling Methods Without Parameters — AP CSAwesome
2-3-4: Click on the method headers (signatures) in the following class. Do not click on the constructors. public class Student { private String...
Read more >
Passing Information to a Method or a Constructor
Parameter Names ​​ The name of a parameter must be unique in its scope. It cannot be the same as the name of...
Read more >
Constructor in C++ and Types of Constructors - Great Learning
A constructor to which no arguments are passed is called the Default constructor. It is also called a constructor with no parameters.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found