RobustToolbox icon indicating copy to clipboard operation
RobustToolbox copied to clipboard

[TOOLSHED] ValueRef<string, Prototype<T>> behaves weirdly when autocompleting.

Open Chief-Engineer opened this issue 2 years ago • 2 comments

Autocomplete for tag:add doesn't work if you start the tag name with a quote, but it doesn't like having the tag name passed without a quote. Basically, you need to write the command without quotes to get the autocomplete, then go back and wrap it in quotes to make it work.

image

Chief-Engineer avatar Sep 15 '23 13:09 Chief-Engineer

PROPOSED SOLUTION: Introduce a Word type, add an autocast from string to Word into toolshed's type transform code.

moonheart08 avatar Sep 15 '23 14:09 moonheart08

Fixing.

moonheart08 avatar Dec 01 '23 08:12 moonheart08