Closed catter1 closed 1 year ago
I think you can type li
and st
for those. This is the built-in behavior of dropdowns so I'm not sure how easy it will be to customize this.
At least on my client, li
and st
do not work
I made S
and L
default to string and list respectively because I figured those are used more often. This is the full list:
Looks excellent! Thank you!
You can add a new tag via a button (blue arrow in image). When you do so, it creates the tag below (red arrow in image). Now, currently, before you type anything, you can pre-select the data type by hot keys. For example, push
i
and it swaps toint
, or pushl
and it swaps tolong
. Then you can immediately start typing without having to click on the text box.There are a couple data types that don't have this capability - mainly
list
andstring
, probably becausel
ands
already map tolong
andshort
, respectively. My suggestion: add some hotkeys for those data types. I use those two a lot, and just the added convenience is helpful. Maybeg
forstring
, andt
forlist
.No idea if there are others missing. Thanks!