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.

Suggestion: Autocomplete from predefined values in editor

See original GitHub issue

Feature idea:

Allow users to access the predefined values for a field from the editor. This could use a trigger character similar to creating a new link with [[ or the @ used by Natural Language Dates plugin.

Example: If I type country:: automatically show the autocomplete list of predefined values

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
HEmilecommented, Feb 20, 2022

I don’t think this is something for Supercharged Links, honestly. Other plugins have looked into autocompletion, like Various Complements and Completr. This sounds more like a good FR for plugins like that.

1reaction
cogscidescommented, Oct 18, 2021

I think it’s become possible with one of the latest obsidian updates:

New EditorSuggest is now accessible to the API to provide in-line suggestions, like auto-complete. This is what powers the link auto-complete, tag auto-complete, and slash commands.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Autocomplete suggestions for text inputs | Apps Script
Create a list of suggestions by: Creating a static list, and/or; Defining an action with a callback function that builds that list dynamically...
Read more >
Auto-completion - Notepad++ User Manual
You accept the suggestion by typing the completion key (see “Automatic completion”, below), and the word is completed within your buffer as if...
Read more >
Code completion | IntelliJ IDEA Documentation - JetBrains
Techniques to accelerate the editing process in IntelliJ IDEA using code completion (basic completion, smart completion based on type, ...
Read more >
C# tutorial on autocomplete and suggestions - Azure
Learn how to implement autocomplete (typeahead queries and suggested results) when a user starts typing into a search box. In this tutorial, we ......
Read more >
Custom Autocomplete on Editor in UI for WinForms - Telerik
GridViewComboBoxColumn provides flexible auto-completion options that suggest and append text from choices in the list as the user types. It can ...
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