diff --git a/.vscode/settings.json b/.vscode/settings.json index f52d0a4..5d4e9c0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -24,5 +24,10 @@ "&": true }, "python-envs.defaultEnvManager": "ms-python.python:venv", - "python-envs.pythonProjects": [] + "python-envs.pythonProjects": [], + "editor.gotoLocation.multipleDeclarations": "gotoAndPeek", + "editor.gotoLocation.multipleDefinitions": "gotoAndPeek", + "editor.gotoLocation.multipleImplementations": "gotoAndPeek", + "editor.gotoLocation.multipleReferences": "gotoAndPeek", + "editor.gotoLocation.multipleTypeDefinitions": "gotoAndPeek" } \ No newline at end of file