microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.66k stars 28.68k forks source link

Project tree and function reference #86726

Closed andreamoro closed 4 years ago

andreamoro commented 4 years ago

Back to the old VBA days, but even looking at the most recent IDE, I think that a real added value in actively using a fully fledged IDE for data science coding is the possibility to use all the advanced characteristics it may offer.

One of this, could be the project tree, which could list all the functions used in the code so to easily just back and forth as needed.

This could also mitigate the problems due to the lack of the missing Search feature.

IllusionMH commented 4 years ago

One of this, could be the project tree, which could list all the functions used in the code so to easily just back and forth as needed.

VS Code has Outline view, Go to Symbol in File... and Go to Symbol in Workspace...

But if you need this for Jupyter notebooksand Outline view doesn't show info about functions - it should be request to Python extension :(

vscodebot[bot] commented 4 years ago

This issue is caused by an extension, please file it with the repository (or contact) the extension has linked in its overview in VS Code or the marketplace for VS Code. See also our issue reporting guidelines.

Happy Coding!

RMacfarlane commented 4 years ago

Please open this feature request on the Python extension: https://github.com/Microsoft/vscode-python