- VSCode Version: 1.25.0 (0f080e5)
- OS Version: macOS 10.13.5
Steps to Reproduce:
- type HTML_DOCUMENT in editor, position cursor to word start
- do cursorWordPartRight twice will move to H^T^ML_DOCUMENT (which is wrong) instead of HTML^_DOCUMENT^ (expected)
^ <=> cursor stop positions
Note: I also expect ^HTMLDocument to move right-ward to HTML^Document^