PathIntellisense icon indicating copy to clipboard operation
PathIntellisense copied to clipboard

Does this extension work with python?

Open mar-ses opened this issue 7 years ago • 0 comments

I have this extension installed and it doesn't seem to work with python, where I assume that I need to trigger the IntelliSense the standard way with Ctrl+Space. Alternatively, it's possible that I haven't understood how it's supposed to work. Here are things I've tried that do not trigger any path IntelliSense:

Typing a full absolute path as a string doesn't trigger the path suggestions at any point:

test_path = "/home/user/project_dir/sub_dir/modu..."

It also doesn't seem to trigger or offer any suggestions for file and dir names that are in my home directory, or in my project directories (although the last part might be complicated, I don't know how it determines the project directory if I have a workspace with multiple directories, but it doesn't seem work when I open a single directory as a project in the Explorer either).

In any case, if I made a mistake somewhere in the setup or in how I'm trying to use it, could that part be expanded in the documentation or in the extension description? Sorry if it's some trivial mistake, not sure where else to ask questions like this.

Using Ubuntu 14.04 if that helps.

mar-ses avatar Feb 07 '18 14:02 mar-ses