38 questions
Tooling
4
votes
1
replies
697
views
IntelliCode extensions are deprecated
The popular package "IntelliCode" is now deprecated and the replacement is "GitHub Copilot Chat". I have used both packages, the Copilot chat is just annoying to use, most of the ...
0
votes
0
answers
96
views
Using IntelliCode in visual studio 2022 accepts suggestions commented out
Thank you very much for entering this question, my English is not very good so I used machine translation. When I use Visual Studio's IntelliCode to accept suggestions, everything is automatically ...
0
votes
1
answer
156
views
How to disable raw string conversion suggestions from IntelliCode in Visual Studio?
I write C# files in VS2022.
Oftentimes I will write multi-line strings like so, and Intellisense will repeatedly (it takes < 40 characters) suggest to put it all on the same line, like so:
This is ...
1
vote
1
answer
1k
views
How do you update Intellicode Model in Visual Studio Enterprise 2022
I am wondering if there is the feature to retrain my intellicode model through Visual Studio 2022. I did find the question answered in 2019 through the url here: How do I update my IntelliCode model ...
0
votes
1
answer
1k
views
I am new to VSCode, Python, and the OpenAI API, and I am unable to figure out how to access the hover documentation
Every video I watch shows documentation when the user hovers over code, yet mine is nearly empty.
Example:
response = openai.Completion.create(engine="text-davinci-001", prompt=prompt, ...
3
votes
1
answer
161
views
IntelliCode adds star on autocomplete
After restarting vscode whenever I try to use an autocomplete suggestion from IntelliCode, it also includes the recommended star thing.
issue video
I have tried switching to an older version of ...
0
votes
0
answers
136
views
Disable new "Diff view" IntelliCode suggestions?
After updating Visual Studio 2022 there seem to be a new style of IntelliCode that Peter Groenewegen referees to on twitter.
I find it very intrusive and want to get rid of it but cant seem to find a ...
8
votes
3
answers
3k
views
org.bouncycastle.asn1.ocsp appeared in my vs2022 code without my asking?
I was doing a code review / pull request merge this morning, and discovered:
"using org.bouncycastle.asn1.ocsp;"
...in a .cs page for my WebAPI.
The most recent previous addition was my ...
1
vote
1
answer
949
views
Disabling specific autocomplete in visual studio
Is there any way to control the below behaviour?
When I type the letter x and press spacebar, visual studio autocompletes to using XmlReadMode, when i simply want to use x. Is there a way to control ...
10
votes
3
answers
2k
views
Visual Studio 2022: Resharper - IntelliCode AutoComplete disappearing when typing
When using the Resharper extension, I noticed that I can no longer use the IntelliCode auto complete suggestions as they disappear straight after a key press
Is it possible to use this feature in ...
1
vote
2
answers
2k
views
couldn't download intellicode model. please check your network connectivity or firewall settings in vs code
I have downloaded JDK, java extension pack and code runner.
When I run my program it says " couldn't download intellicode model. please check your network connectivity or firewall settings "....
0
votes
1
answer
478
views
Intelli sense not showing for custom methods with xml comments
I have an interface with XML comments on
namespace NamespaceName.Core.Services
{
public interface ITransaction : IDisposable
{
/// <summary>
/// Sends message into the ...
1
vote
1
answer
270
views
Visual Studio Intellicode does not add closing curly brace
When I use AI-assisted IntelliCode in Visual Studio 2022, I want that Visual Studio also inserts the closing curly brace - not only the opening one. The cursor should then be between the brackets.
...
0
votes
1
answer
663
views
Why can't I select HTML intellisense options in Visual Studio 2019 (in an ASP.NET Core Project, looking at a cshtml file)?
When I start typing in a cshtml file Visual Studio 2019, if I start with a < then type, I see intellisense options but cannot select them as normal (either by TAB then space or by clicking on them) ...
13
votes
1
answer
1k
views
visual studio task failed intellicode custom completions user credentials invalid
My company provided me with Visual Studio 2019. It has been working, (as much as this dinosaur can be said to be working,) and it has been showing my initials on the top-right corner, meaning that I ...