Auto-completion on sub-objects doesn't work
See original GitHub issueFirst 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:
- Created 6 years ago
- Comments:8 (5 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@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!
It should be ready in the next few days!