Cursor follow not supported
https://github.com/microsoft/vscode/issues/111823
Is this feature not enabled?
Seems to work ok for me. VSC1.51.1, AHK-Plus 2.6.1.
Huh, weird. Not working for me. And fails on two different machines with settings synced.
I'm now up to VSC1.52.1, AHK-Plus 2.6.2
What works for me:
The cursor is followed in the editor when single-clicking under outline. The cursor is followed under outline when double-clicking in the editor.
Ah, eureka! Your are correct. It requires a double-click in the editor, but also on the function/method label (for me anyway). Double-clicking anywhere inside the function is not enough. At least there's partial support.
For the record, this is not default behavior in other languages. In C, for instance, if you simply navigate in the editor into a new function block, the outline will dynamically update. This is faster as it requires less intentional double-clicking.
If you want this issue fixed, please open an issue in my fork, and I'll look into it! It is published in VS Code as "AutoHotkey Plus Plus", and it includes all the features of this extension, plus some bugfixes and readability enhancements.