Questions tagged [intellicode]
37 questions
41
votes
2 answers
How to disable new AI-based IntelliCode in VS 2022?
On the surface the new AI-based IntelliCode for Visual Studio 2022 seems cool. So when I installed VS2022 and it asked if I wanted to allow training models on my code, I said sure because I wanted to see how it improved the developer experience.
But…

RonC
- 31,330
- 19
- 94
- 139
13
votes
1 answer
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 am in some way "signed in".
Recently it started…

Mike Nakis
- 56,297
- 11
- 110
- 142
10
votes
3 answers
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 conjunction with Resharper?
Expected Outcome
Auto…

LiamJM
- 172
- 12
5
votes
1 answer
VsCode's autocompletion not working on a new spring-boot project
I'm starting a new maven spring boot project on VSCode (via spring initializr).
When I try to edit any java file I don't have any autocompletion or code verifications (I mean the errors showing when you're typing something wrong).
I installed the…

Teddy Colliaux
- 65
- 1
- 7
4
votes
0 answers
Is there a way to get better code suggestions for Flutter/Dart widget properties within VS Code?
Is there an extension or way to get better code suggestions for Flutter/Dart widget properties when it's expecting a certain type of value? The image below shows a Column widget property of mainAxisAlignment and it's "code suggestions" and Flutter…

btzl
- 41
- 4
4
votes
0 answers
Visual Studio 2019 Apply Suggestion Shortcut
Visual Studio sometimes makes suggestions based on recent edits which can be really useful at times.
However always having to press Alt + Enter and scroll all the way to the bottom to apply these suggestions isn't really the best workflow.…

Frederik Hoeft
- 1,177
- 1
- 13
- 37
4
votes
1 answer
vs Intellicode not working for python [ vs code extension]
I am trying to get vs intellicode up and running for python and there were no errors in installation.
However, I am not seeing any starred suggestions.
I did some research and found that ReSharper may cause the problem but I dont have resharper…

psycoxer
- 151
- 13
4
votes
2 answers
How do I update my IntelliCode model in Visual Studio 2019?
I created some models from my various solutions but I'm wondering how I can update them to take advantage of changes in the code in those solutions. Or does this happen automatically? I could delete and recreate the models but that seems like…

ekolis
- 6,270
- 12
- 50
- 101
3
votes
1 answer
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 intelliCode, disabling all my other extensions,…

cqb13
- 96
- 5
3
votes
2 answers
Code Completion stopped working for "Java Extension Pack"
I am currently working on a Java project using the Java Extension Pack for VS Code. Thus plugin has been working for three weeks and now the auto completion has decided to stop for no reason.
Looking in the 'output' tab, I can see the following…

iProgram
- 6,057
- 9
- 39
- 80
2
votes
2 answers
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 adding an early return for an async Task to that file, but…

Fraser Booth
- 21
- 2
2
votes
2 answers
File path autocomplete not working when i writing sass file in VS Code
File path autocomplete working wrong when I'm writing sass file in VS Code .....
Don't show path, but show other CSS property value

wudic
- 21
- 2
2
votes
1 answer
How To Use IntelliCode In Visual Studio?
I create the simple Windows Forms Application project in vs 2019 version 16.3.1 with target .NetCore 3.0.
when I'm trying to use the SqlClient in System.Data.SqlClient and use the open Method, Appears two open() Methods.
one of this method has *…

AminRostami
- 2,585
- 3
- 29
- 45
1
vote
1 answer
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 in Visual Studio 2019?
However, that link does not…

Jakxna360
- 857
- 2
- 9
- 31
1
vote
1 answer
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 what vs autocompletes and what it doesn't? I…

cking888
- 153
- 6