Acknowledged

bug: go to definition / references stopped working in VSC extension 1.1.1 in SDK 8.1.0

Most of the "click" actions that worked until 1.1.0 (in SDK 7.3.4) stopped working. In the past I could click on a function and it took me to the function definition, or I could click at the function name in the definition and it opened a list of the references and I could choose one and go there. This (and probably other similar functionalities) work no more in Monkey C VSC extension 1.1.1, SDK 8.1.0

see: https://forums.garmin.com/developer/connect-iq/f/discussion/405971/monkey-c-vscode-extension-cmd-click-to-open-documentation/ 

Parents
  • In the past I could click on a function and it took me to the function definition, or I could click at the function name in the definition and it opened a list of the references and I could choose one and go there.

    This was 's "Prettier Monkey C" plugin functionality. AFAIK, prior to SDK 8 Garmin's "Monkey C" plugin was a project manager, debugger and a primitive tokenizer for code colorization with color schemes without any code analysis.

    How MC and PMC will coexist now to not interfere each other in overlapping functionalities (showing hints, going to references, ...)? That's a good question.

Comment
  • In the past I could click on a function and it took me to the function definition, or I could click at the function name in the definition and it opened a list of the references and I could choose one and go there.

    This was 's "Prettier Monkey C" plugin functionality. AFAIK, prior to SDK 8 Garmin's "Monkey C" plugin was a project manager, debugger and a primitive tokenizer for code colorization with color schemes without any code analysis.

    How MC and PMC will coexist now to not interfere each other in overlapping functionalities (showing hints, going to references, ...)? That's a good question.

Children
No Data