schultzcole / FVTT-Autocomplete-Inline-Properties

Add inline property autocompletion for fields that can use them
GNU General Public License v3.0
7 stars 3 forks source link

Add property at caret, please? #12

Open mkahvi opened 3 years ago

mkahvi commented 3 years ago

While testing the module, I discovered it adds the properties at the end of the string in input boxes. Could this be changed to do it at caret location?

It was rather annoying to be writing a formula, going back to fill in attributes to discover the attribute was appended to the end of the entire thing, not where I started typing it.

schultzcole commented 3 years ago

Yeah, this is something I initially wanted to do but ran into trouble when dealing with selections. I'll look in to adding this.