1

Is there a way in vscode to find files that use with a particular variable name ? for ex: say all python files that use a variable named source_string . Not sure if this could be a simple vscode setting or maybe a python code itself. Any help would be appreciated.

1
  • Is there something similar for the Jupyter Notebook ? Commented Sep 13, 2020 at 4:40

2 Answers 2

4

Use the search function of VS Code found on the left/right side of your window. It has the magnifying glass icon.

enter image description here

Sign up to request clarification or add additional context in comments.

Comments

1

Click the magnifying glass on the upper left or press Control + Shift + F all at the same time. Then enter your search term and it will list all matches throughout the solution.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.