Questions tagged [intellicode]

37 questions
1
vote
2 answers

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 ". ANY SOLUTION!
1
vote
1 answer

Visual Studio IntelliCode Whole line completion: Is there a hotkey to trigger/force a suggestion to appear?

I am referring to this visual studio feature. Is there a way to trigger or force a whole line suggestion to appear? It seems very sporadic at times and I would appreciate the help it offers on a more consistent basis. I've searched the internet…
Melon Dusk
  • 111
  • 4
1
vote
1 answer

AI IntelliCode doesn't work in VS 2022, fails to load model

All my coworkers get fancy AI IntelliCode suggestions in Visual Studio 2022, but it doesn't seem to work at all for me. IntelliCode shows that it's enabled and ready: When I try make it generate some suggestions for me, IntelliCode output shows…
Ville
  • 95
  • 1
  • 8
1
vote
2 answers

VSCODE doesn't recognize subclassing of db.Model

I have a Flask Project with Flask-SQLAlchemy and a custom Model class. For type hinting I modified the SQLAlchemy class like this: class CustomSQLAlchemy(flask_sqlalchemy.SQLAlchemy): Model: CustomModel After that, VSCODE does show db.Model as…
1
vote
0 answers

EditorBrowsableAttribute state doesn't work in same assembly

Is there a way to set the state of System.ComponentModel.EditorBrowsableAttribute? [EditorBrowsable(EditorBrowsableState.Never)] It doesn't work from the same assembly (from docs), someone know how to "fix" that? Or create a custom attribute that…
1
vote
0 answers

intellicode for javascript (React) not working on VS Code windows 10

vscode's code hinting function doesn't work with javascript even though other languages (C, C ++, python ,, ...) still work. I tried using Ctrl + space but it still doesn't work intellicode with javascript intellicode with css
phuocantd
  • 452
  • 4
  • 12
1
vote
1 answer

IntelliSense included in Python's Microsoft Extension vs Visual Studio IntelliCode

IntelliSense Autocomplete vs Visual Studio IntelliCode Should I avoid using Visual Studio IntelliCode when using default IntelliSense? What's the difference between them? What are advantages/disadvantages?
Morfidon
  • 1,469
  • 1
  • 18
  • 34
1
vote
1 answer

Visual Studio IntelliCode not predicting methods and variables

I'm using python and VS and when I'm using classes that are downloaded through pip IntelliCode doesn't provide an auto copletion of methods and variables from those modules. As you can see there is two problems: 1. For some reason VS highlited excel…
1
vote
1 answer

Intellisense and autocomplete doesn't work in Visual studio code

Could you provide me help to enable IntelliSense suggestions and autocomplete in Visual studio code 1.30.1? I have installed visual studio Intellicode and path intellisense extensions. Tried: "editor.quickSuggestions": { "other": true, "comments":…
0
votes
1 answer

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, max_tokens=6) If I hover over "create" it shows "create: Any"…
0
votes
0 answers

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 setting. Am I missing something or is it one more…
Jaurocha
  • 61
  • 1
  • 4
0
votes
0 answers

Customise QuickInfo from IntelliSense

i want to extend the QuickInfo in IntelliSense. When i type my variable and the type ".", IntelliSense shows me all Method, Properties and Fields inside the Object. Wen i move the Curser via Keyboard and wait a second... an Quick info will be shown…
10110010
  • 31
  • 3
0
votes
0 answers

INTELLICODE does not show predictions in gray text

I have the intellicode extension installed in visual studio code, however the gray help text is not displayed, I have all the options activated, and I am working in python. maybe I should configure the download of a model or something?settings
0
votes
1 answer

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 { /// /// Sends message into the given queue, optionally at the scheduled time provided …
0
votes
1 answer

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. Does anyone know if this can be configured…
BennoDual
  • 5,865
  • 15
  • 67
  • 153