Skip to main content

Questions tagged [intellisense]

The tag has no usage guidance.

9 votes
1 answer
2k views

vs2019 downloading Intellisense Index

I am on VS 2019 Enterprise. Just updated about two weeks ago. Background tasks are forever showing "Downloading Intellisense index for nuget.org" I am behind a firewall, so connecting to nuget.org ...
torrey garland's user avatar
5 votes
2 answers
10k views

How to make Visual Studio IntelliSense to not automatically complete a word, do this only by TAB key?

Sometimes IntelliSense behavior is very annoying. For example, typing in c# editor "Random[SPACE]" resulted "Random3DDataGenerator" in my code when the is no "using System;" in the code. I had to ...
Eugene  Maksimov's user avatar
5 votes
0 answers
297 views

Visual Studio 2012 Intellisense choosing the wrong item

This minor annoyance has started to really irk me lately. When coding, Intellisense often selects the wrong item from the autocomplete menu. This behaviour is common, but not completely consistent. It'...
roryok's user avatar
  • 692
4 votes
0 answers
775 views

Visual Studio Code for Mac IntelliSense "Console" not working

Microsoft announced today that they have released Visual Studio Code for Mac, Linux, and Windows. I am trying to use IntelliSense for the keyword "Console" but nothing is showing up. I have tried ...
tylerlindell's user avatar
3 votes
1 answer
1k views

VBA: show intellisense without pressing Ctrl+Space?

I've had a good search if this is possible and I doubt it but can anyone confirm: is there any way to have the IDE provide intellisense in the same way as say Visual Studio in the .Net family i.e. it'...
Absinthe's user avatar
  • 524
2 votes
1 answer
996 views

How do you reset the Python Parser without closing VS Code?

When editing python files in VS Code, the parser will sometimes start mis-identifying parser errors in code. The editor still works, Interactive Python window still runs the code, etc. Example: There ...
user15741's user avatar
  • 764
1 vote
1 answer
471 views

Outlining while modifying a multistatement function in SQL Server Management Studio

When coding in an empty query window, IntelliSense gives me useful collapse/expand buttons on each BEGIN-END statement to hide underlying code, apparently called "outlining". However, when I ...
jeroenymo's user avatar
1 vote
2 answers
823 views

Powershell ISE 3.0 Intellisense for other programming languages

I really love using Powershell ISE - something about it makes me want to work with it; everything just fits together well, and it is smooth. Also I love the way intelligent autocomplete is ...
dgo's user avatar
  • 883
1 vote
1 answer
1k views

How to disable LESS intellisense in Visual Studio 2013?

I hate that VS intellisense tries to autocomplete nested selectors as attributes. How can I disable just this feature for LESS? -OR- How can I disable LESS intellisense entirely?
roydukkey's user avatar
  • 160
1 vote
1 answer
1k views

Can I update pycharm intellisense for python?

I want to know if it's possible to update Pycharm intellisense for python which doesn't care about capital or normal letters? It's a pain in the neck to try both each time. Currently I'm using pycharm ...
ehsan shirzadi's user avatar
1 vote
0 answers
335 views

How to prevent VS Code from treating the tab-key input as textual-input/tab-stop-insertion, but instead solely as auto-completion-/navigation-trigger?

Preamble: I would like to use VS Code whenever i can, if i could (mainly for the reason that it is cross-platform and the only completely customizable/hackable GUI editor on all major platforms). One ...
claudiusraphael's user avatar
1 vote
0 answers
200 views

How to get Visual Studio like IntelliSense completion in Visual Studio Code?

Let's say I am typing import matplotlib.pyplot. In Visual Studio, if I press space once the dropdown appears, it autocompletes the pyplot part and inserts a space after. Or when the name of a function ...
Yashbhatt's user avatar
  • 121
1 vote
0 answers
202 views

Is there a terminal that has something similar to intellisense? [closed]

I absolutely love Intellisense when writing code in Visual Studio Is there a terminal app that has a similar feature that could popup a GUI of suggestions for command or parameter completion based on ...
masteroleary's user avatar
1 vote
2 answers
55 views

unwanted code hints (prettify.css) in vscode

where are these coming from I have disabled all extensions. I am pretty sure that there is no prettify.css or base.css among my project files and yet I am still getting these code hints. How can I get ...
fredestanley's user avatar
1 vote
0 answers
66 views

VS Code Intellisense doesn't work with DOMDocument extension

I'm working with PHP through Visual Studio Code and I need to create some XML documents. I've seen that in PHP 7.X there is and extension called DOMDocument that seems really simple and useful. The ...
Belfed's user avatar
  • 11

15 30 50 per page