-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Milestone
Description
Type: LanguageService
Describe the bug
- OS and Version: Windows_NT x64 10.0.17763.
- VS Code Version: 1.36.1 (user setup).
- C/C++ Extension Version: 0.24.1.
- Other extensions you installed (and if the issue persists after disabling them): Mostly just themes (issue persists after disabling them).
- A clear and concise description of what the bug is:
The intellisense is not working at all (such as the the CTRL-click feature to follow a symbol's location where it was firstly defined) in folders/workspaces that exist in a mounted drive in Windows (tested using a mounted drive using SSHFS-Win32 in https://github.com/billziss-gh/sshfs-win).
To Reproduce
- Mount a network drive (e.g. using SSHFS-Win32 above).
- Open a C/C++ project inside the mounted drive.
- Try one of the intellisense features (such as following a symbol's first defined location).
Expected behavior
Intellisense features with properly setup IncludePath
should work as expected in mounted drives' folders. For example, Clicking CTRL and hovering over a symbols should underline and change color of that symbol. Clicking that symbol should jump to the location of the item where it was first defined. Also, clicking a combination of CTRL-space on certain locations should show possible auto-complete features for these locations.
Actual behavior
None of the above behaviors work on mounted drives.
charan-sai-k, aradove, v86861062 and ak-intel