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.

Auto-completion on sub-objects doesn't work

See original GitHub issue

First of all: Thanks a lot for your awesome progress on this plugin today!

I’ve just tried it and it seems to work well on the root level. However, auto-completion doesn’t seem to work on a sub-level. Here is an example:

# auto-complete works for `my_field`
my_root_field: 42

my_other_root_field:
  some_dynamic_key: # this key can be chosen arbitrarily
    sub_field: 0 # this again is a concrete, pre-defined key: auto-completion doesn't work

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
JPinkneycommented, Oct 16, 2017

@schickling We just updated the extension with a brand new autocompletor! It now fixes this issue and does autocompletion on values in the schema as well!

1reaction
JPinkneycommented, Oct 7, 2017

It should be ready in the next few days!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Nested Object Attributes Won't Autocomplete #1336 - GitHub
I have a nested object structure for managing Teams within a Game object and when trying to access attributes of that nested object, ......
Read more >
Terminal auto-completion does not work - Ask Ubuntu
i think auto complete its set by default on linux. you have to press tab after starting some command to do it. if...
Read more >
How to add new auto-complete options in TeXnicCenter? - TeX
When I type "ite" in TeXnicCenter, I see the autocomplete option: \begin{ ...
Read more >
Problem with lack of autocomplete/casting in python
I have a situation where in first class I declare array, and I pass it to another object, which prints name of elements...
Read more >
Bug: Auto-complete doesn't work for Java in eclipse 2021-03
But autocomplete doesn't work. The first time I try it I get a popup that has just 1 line, "No Default Proposals."
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