[Feature Request] Replace wildcard tokens
See original GitHub issueDo you think you can make this script work with the wildcard tokens from this script as well?
The idea is twofold:
First, after typing __
(two underscores), you get a list of all available .txt files. Selecting one completes the token.
Then, the list changes from available token names to the items of that list. Selecting one replaces the token with the item.
So, as an example:
- Entering
__
shows a list of the wildcard files, likeartist, adjective, style,...
- Selecting
adjective
replaces the__
with__adjective__
- A list of the content of adjective.txt is shown:
angry,beautiful,dark,...
- Selecting ´beautiful´ replaces the
__adjective__
withbeautiful
Issue Analytics
- State:
- Created a year ago
- Comments:11 (6 by maintainers)
Top Results From Across the Web
Subject syntax for wildcard exclusion, specific multiple ...
I would like two new syntax options for subjects, one which allows you to exclude a token from being included in wildcard subscriptions,...
Read more >FIFA 23 Winter Wildcards Swaps: Full List of Tokens
Full list of FIFA 23 Winter Wildcards Swaps tokens available, how to get them and when they expire.
Read more >Replace Tokens - Visual Studio Marketplace
Extension for Azure DevOps - Task to replace tokens in files. ... Only the wildcard * in the target file name will be...
Read more >HOW TO GET & USE WINTER WILDCARDS SWAPS TOKENS!!
HOW TO GET & USE WINTER WILDCARDS SWAPS TOKENS !! | FIFA 22 ULTIMATE TEAM. 9.2K views 1 year ago #fifa22 · TheLogFog...
Read more >FIFA 23 Winter Wildcards Swaps: Rewards, end date & more
Here's a complete guide on FIFA 23 Winter Wildcard Swaps, including the start date and end date, as well as every reward included....
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 FreeTop 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
Top GitHub Comments
I already use cursor position for inserting at the right place. But I currently can’t trigger autocomplete on a specific part, only the whole prompt at once which is then deconstructed into sections to find the actual text difference. So I’ll probably just add an optional parameter to skip that step if we already know what changed and supply it.
Thanks a bunch!