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 popout autocompletion descriptions

See original GitHub issue

I’m trying to get autocompletion descriptions for the JSON Schema in https://vega.github.io/editor/ like I get with VS Code.

Actual

Screenshot, no descriptions, must click arrow that appears on hover:

Screen Shot 2020-10-15 at 23 09 33

Expected

The editor should automatically pop-up the autocompletion descriptions without me having to click any > button. This is similar to VS Code’s

Screen Shot 2020-10-15 at 23 11 16

Or like VS Code:

Screen Shot 2020-10-15 at 23 13 14

Repro

https://vega.github.io/editor/

{
  "$schema": "https://vega.github.io/schema/vega-lite/v4.json"
  
}

I’m not sure if this is a limitation of Monaco’s feature set.

CC: @domoritz

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:11 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
domoritzcommented, Oct 16, 2020

Okay, I found a css bug where our description had this big header (visible in https://github.com/vega/editor/issues/832#issuecomment-709751417). That’s fixed now.

I don’t see an option to auto open the description and my VSCode also doesn’t open it by default either. You can run control+space when the suggestions list is visible to show the description and it stays open when the next suggestion list triggers.

0reactions
domoritzcommented, Oct 16, 2020

Yes, and also suggestions pup up when you type "m without you having to manually trigger it. Thanks for bringing up the issues!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to enable auto popup for autocomplete? #5462 - GitHub
Description of your problem The auto complete feature provided in the spyder require user to either use tab or ctrl + space.
Read more >
Auto-completion - Notepad++ User Manual
The main auto-completion settings are found at Settings > Preferences > Auto-Completion. The keyboard shortcuts for manual completion can be adjusted in ...
Read more >
Chrome Browser Causes Auto-Fill Popup Issues in the ...
Description. The Chrome browser performs auto-fill popup issues in the AutoComplete component. Cause. If the input name matches any of the predefined ...
Read more >
aria-autocomplete - Accessibility - MDN Web Docs - Mozilla
Description. Autocompletion is user interface feature wherein inline suggestions are made as a user types in an input.
Read more >
Code completion | IntelliJ IDEA Documentation - JetBrains
By default, IntelliJ IDEA displays the code completion popup automatically as you type. If automatic completion is disabled, press Ctrl+Space or ...
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