DaGhostman / vscode-tree-view

VSCode extension that probvides mail symbol overview of the currently opened file
MIT License
29 stars 4 forks source link

do not show `Tree` in left menu for Ubuntu 16.04 #86

Closed pengln closed 5 years ago

pengln commented 6 years ago

There is no Tree menu in the left menu and it does not support python vscode 1.24.1 nodejs 7.9.0

DaGhostman commented 6 years ago

Hey, thanks for opening the issue! :)

  1. Do you mean that the icon in the activity bar is not visible at all (default shortcut ctrl+alt+t)?
  2. Is it happening with all python code? Could you provide a snippet document to test the issue

Sorry for the issues, python support was kinda experimental and since I am not doing python too regularly I kinda didn't get a chance to test it all that much.

P.S: Any chance modified your configs (https://github.com/DaGhostman/vscode-tree-view/blob/develop/package.json#L126) ?

DaGhostman commented 6 years ago

Alright verified the issue, it seems that it can "understand" what is going on only when there is a class defined in the file, but chokes big time on anything else. I'll use this issue as "master" for improving python support in general (since that needs polishing).

If you by any chance can share some snippets with different kinds of content (so that i can test the support throughout) I will be very grateful :)