Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

vscode python go to symbol not working

I just downloaded vscode ver 1.0 and I really like it. However it looks like "go to symbol" is not working for python source files? I've tried installing different extensions, but I cannot seem to get that working. Is this not fully supported?

I did try it with a node.js project folder and the go to symbol works perfectly there.

Can somebody point me to docs? Maybe I could write my own my go to symbol plugin.

Thanks for your time.

like image 383
jramirez Avatar asked Apr 18 '16 22:04

jramirez


1 Answers

I think this is a limitation in the way the Python extension for vscode is currently implemented. I reported the issue in their tracker on github:

https://github.com/DonJayamanne/pythonVSCode/issues/93

like image 98
ogrisel Avatar answered Sep 21 '22 00:09

ogrisel