Opened 2 months ago
Last modified 2 months ago
#24516 new enhancement
Improve Autocompletion — at Version 1
| Reported by: | GerdP | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core | Version: | |
| Keywords: | Cc: |
Description (last modified by )
When tagging guidepost I often have to enter several tag keys like
direction_north=*, direction_north:route=*, and direction_north:symbol, followed by similar tags for other directions. Sometimes I only need direction=*
Autocompletion too often suggests the longest match, e.g. when I start typing dir it may suggest key direction_northwest:symbol instead of only direction.
I typically have to either type a lot more characters or I use the cursor to get to wanted position. Both are time consuming.
Is there an option to tell JOSM that it should use the shortest match instead? So, e.g. suggest
direction when typing dir, and then, after typing "_n" it should suggest direction_north.
I think I have the same problem with tag keys like bicycle:left:surface, bicycle:left:traffic_sign etc.
If there is no such option: Wouldn't it be better to do this by default?
I think the same is true for tag values, e.g. the value for direction_northwest:symbol can be
train_station;none;train_station. Now, when I tag a differnt guidepost and enter the value for tag direction_northwest:symbol JOSM might suggest train_station;none;train_station instead of only train_station when I start typing "t".


