-
Notifications
You must be signed in to change notification settings - Fork 252
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
[VS] Guests do not get C#/VB intellisense in CSHTML/VBHTML files #59
Comments
This issue has been resolved! 🚀It requires VS2017 15.8 preview 4, and the latest Live Share extension. If anyone runs into any issues, please let us know 👍 |
I am having this issue on visual studio 15.9.3 |
@benprime Hey! thanks for reporting this. Which Live Share version do you use ? |
We're using LiveShare Extension 0.3.1002.0 with: |
adding @srivatsn for further investigation |
@benprime cs/vbhtml support is only available from 15.9 Preview 5 going forward. Could you update your Visual Studio and let us know if you're still encountering this issue? |
While CSHTML does not have deep intellisense support in VS Code, Visual Studio does. Unfortunately, right now CSHTML's backing implementation for inline C# does not work with VS Live Share and this is a full feature needed to implement. This is was tagged as a bug given it's behavior, but it is effectively a full feature. While #51 is resolved with the latest VS preview bits, full intellisense is not available.
Product and Version [VS/VSCode]: Latest Visual Studio 2017 Update 6 (15.6)
OS Version [macOS/Windows]: Windows 10 64-bit
Live Share Extension Version: 0.1.0.217
Target Platform or Language [e.g. Node.js]: CSHML or VBHTML in an ASP.NET project
Steps to Reproduce / Scenario:
Expected: Both Host and Guest see the same thing
Actual: No intellisense for the guest
The text was updated successfully, but these errors were encountered: