Skip to content
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

Enable IntelliSense without having to open a folder in VS Code (i.e. single file too) #516

Open
augustoproiete opened this issue Mar 5, 2021 · 0 comments

Comments

@augustoproiete
Copy link
Member

Currently, in order for IntelliSense to work, a user must open a folder in VS Code, which is not always what's desired in some common day-to-day scenarios:

1.) It's easy to drag & drop a build.cake from Windows Explorer when the user wants to make a simple change to that one file

2.) It's easy to type code build.cake from a command-prompt/powershell/bash when the user wants to make a simple change to that one file

In both scenarios above the user is required to open the entire folder, with tens or hundreds of files which are all analyzed by the N VS Code extensions that the user has, including OmniSharp, which makes the whole workflow much slower than it could be if we implement this improvement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant