-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IntelliSense for data files does not work on subfolders #7816
Comments
Reproed this myself as well with the exact same issue (csv files in a data sub-directory). |
Would have to debug jupyter intellisense for this. Pylance doesn't provide this data. |
This PR will partially resolve this: However after you hit tab on say |
@rebornix @misolori do you have any suggestions on how to get the secondary directories to work? |
We use intellisense for paths in HTML where the suggest widget doesn't go away, which look like files as opposed to intellisense suggestions (notice the file icons vs symbol icons in your gif) CleanShot.2021-11-15.at.09.28.46.mp4 |
Thanks. I can look at how the html extension does it. Might be the 'tab' key is a trigger character too. |
When trying to read data files via
df = pd.read_csv()
, it appears that intellisense does not show subfolders and I have to explicitly trigger intellisense again after there are no matches. It would be nice if I didn't have to explicitly trigger this and it just worked automatically.CleanShot.2021-10-05.at.09.58.01.mp4
The text was updated successfully, but these errors were encountered: