Hello everyone,
We have installed NRF Connect SDK / Toolchain through the Connect App. We then open up VSC and "Open an existing application", choose from "C:\ncs\v2.4.0\zephyr\samples\basic\button" and let it compile.
When right click and select "Go to definition" on sw0 on line 20 of main.c, it just returns "No definition found for 'sw0'".
We tried Ctrl+Shift+P - "nRF Connect: Add nRF Connect SDK to Workspace" - to no avail.
We tried File -> Add Folder to Workspace on our NCS folder - to no avail.
So, what's up? How to get the "Go to definition" to work in VSC using nRF Connect?
Thanks for any help