1.12.2 allowed tab-completion on valid arguments. 17w50a no longer allows this. Examples:
1. /setblock ~ ~ ~ sponge<tab>
should tab-complete to /setblock ~ ~ ~ minecraft:sponge
Linked issues
relates to 1
Attachments
Comments 14
We are not sure what the following entry of the original description was supposed to describe. Anybody have any clue?
3. /setblock ~ ~ ~<tab> stone
should update the coordinate argument
Confirmed in 18w05a. Caused by a valid argument making autofill/syntax suggestions skip to the next step of the command prematurely; i.e. before a space is typed. This leads to other valid suggestions being ignored when trying to tab complete.