I have created a really cool plugin and wanted to implement a new feature that automatically pastes the path between the value thats currently being autocompleted to the selected value in the explorer with a snippet.
This is really difficult to do because there is no simple way to get the instance from the autocomplete response table.
I have to create a custom method to guess which instance is being referenced based off of the children under the instance thats being autocompleted which can result in unexpected results.
If there was an additional value in the table like a tag that tagged the actual instance, it would make it a lot easier to create this feature and a lot more in the future.
Something like this: