Jon Sequeira
Jon Sequeira
Of possible interest: #3122. You can get this functionality by installing the HTTP kernel from [this NuGet package](https://www.nuget.org/packages/Microsoft.DotNet.Interactive.HttpRequest). The linked PR and upcoming PRs in this area include a number...
Yes, that feature is coming.
This is now supported but variable sharing isn't (yet). 
@shibbas Do you have any insights on this?
#!about not working is an unrelated bug: #3249.
When using the `#!value` magic / value kernel, all code in the cell is consumed as literal text into the value kernel. (Otherwise, an escaping mechanism of some sort would...
This functionality comes from VS Code. This issue should probably be opened here: https://github.com/microsoft/vscode
There's considerable extra complexity and work in supporting multiple versions. This isn't to say it's something we won't do, but it's likely not something we can prioritize before the .NET...
Intellisense is available in C# in Polyglot Notebooks. You seem to have hit a bug of some kind. The steps here to make sure you have all pending updates installed...
We just released a new version that targets .NET 8. Please make sure you have the .NET 8 SDK installed and the latest versions of VS Code and Polyglot Notebooks...