How to find match case of a keyword or sentence in whole solution at VS code?

Hi Nordic

How to find match case of a keyword or sentence in whole solution at VS code?

Before ncs v2.0.0, we had option to select SES IDE to find match case.

However, ncs v2.0.0 no longer supported SES.

My question is how to do the same job at VS code?

EX:

At ncs v1.9.1 mqtt_simple sample, I want to find match case of "CONFIG_LTE_AUTO_INIT_AND_CONNECT"

For Segger Embedde studio, we can use "Find And Replace" panel to find all match case in whole solution range.

Parents Reply
  • Hi Qyvind

    CTRL+SHIFT+F can find all references under current project folders but cannot find all references this solution called at the range of whole ncs folder.

    EX: At ncs v1.9.1 mqtt_simple, I want to find "CONFIG_MQTT_LIB_TLS" all references this solution used  no matter at

           project folder or whole zephyr database. 

    If SES, it can find all references not only at project folder but also at Zephyr database, like at mqtt_transport.c.

    This is very important for developer to trace code.

    If VS code, CTRL+SHIFT+F, there would be two results. It only covered project folder level. 

    a. from the sample folder duplicated new project.

    b. from the folder that I created new project.

Children
No Data
Related