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.

Show parameters hint

See original GitHub issue

Currently we can type function name and when open bracket, it inserts required parameter names, like this:

import datetime
datetime.date(year, month, day)

It’s nice (better than nothing), but it will be super awesome if we can see list of parameters in the toolkit over (or under) the editing function. In this case, when I create or even edit any function parameters, it should show me a list of parameters of the function, including optional ones in the tooltip (like in other IDEs). And current parameter ca be highlighted as a bold text, for example).

Few example of usage

screen shot 2017-04-03 at 2 39 13 pm

yrhow

Can you please add this feature in the one of the coming releases? If you need any help - let me know.

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
srusskihcommented, Apr 3, 2017

Sounds great. Feel free create a PR 👍

0reactions
srusskihcommented, Apr 3, 2017

There is no specific development mode. But you can change logging level https://github.com/srusskih/SublimeJEDI#logging

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to show method parameters hint in Intellij IDEA?
Choose View | Parameter Info on the main menu or press Ctrl + P . To configure the behavior of the view parameter...
Read more >
3.7. Getting Method Parameter Hints - Eclipse Cookbook [Book]
In the JDT editor, press Ctrl-Shift-Space, or select Edit→ Parameter Hints. A tool tip will appear, showing the method's parameters.
Read more >
Showing inline parameter hints on Visual Studio ... - LinkedIn
One place where inline parameter hints become particularly useful, is when passing in null values or booleans. What do the null and false ......
Read more >
Show inline parameter hints like Resharper
We recently released inline parameter name hints that insert adornments for literals, casted literals, and object instantiations prior to each argument in ...
Read more >
Show parameter hints for None parameters #3273 - GitHub
Wait, we already have parameter hints, but they don't seem to work on that function most functions even though it does they do...
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