The bug
When you highlight command argument, the tab-completion doesn't work, how it should and does not overwrite the highlighted argument with the selected argument by using tab.
How to reproduce
Type or copy the following:
/give @a
Highlight the @a using ⇧ Shift + Ctrl + ← (Left Arrow) simultaneously
Press ↹ (
TAB
)→ ❌ It inserts an another @a, so it creates
/give @a@a
Linked issues
relates to 1
Comments 6
Duplicate of MC-134878.
Thank you for your report!
We're tracking this issue in MC-134878, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
Yeah this is pretty annoying, I think worse is that command blocks have the same problem so if you have a long command and want to replace part of it and forget to press backspace first, it's harder to get back to where the error is because you can't see the whole command at once.