Questions tagged [intellisense]
29 questions
8
votes
1 answer
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 for anything is not going to happen.
Is there…
torrey garland
- 81
- 2
5
votes
0 answers
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's been happening for about a week or two.…
roryok
- 692
- 2
- 10
- 22
5
votes
2 answers
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 press [CTRL]+[Z] to return back the "Random" word.…
Eugene Maksimov
- 302
- 3
- 10
4
votes
0 answers
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 using Ctrl + Space to manually pull up the…
tylerlindell
- 141
- 2
3
votes
1 answer
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's automatic, no need to press Ctrl+Space for a…
Absinthe
- 524
- 1
- 6
- 16
2
votes
1 answer
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 is no actual code error here, but the parser…
user15741
- 764
- 1
- 6
- 16
1
vote
2 answers
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 integrated - it just feels clean and smooth and…
dgo
- 851
- 7
- 26
1
vote
1 answer
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
- 160
- 1
- 11
1
vote
1 answer
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 3.0 and python 2.7.4
ehsan shirzadi
- 131
- 10
1
vote
0 answers
Is there a terminal that has something similar to intellisense?
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 the context of what i am doing or already typing?
masteroleary
- 111
- 5
1
vote
1 answer
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 rightclick on a large multistatement tabular function to…
jeroenymo
- 21
- 3
1
vote
0 answers
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 problem is that Intellisense doesn't show any…
Belfed
- 11
- 3
1
vote
1 answer
VScode: 'updating intellisense' forever
I vscode on my Ubuntu 16.04 platform and I've installed C++ Intellisense
austin.code-gnu-global and C/C++ ms-vscode.cpptools extensions for cpp project. Here is a part of my setting.json:
"C_Cpp.updateChannel":…
Peiwen_hao
- 11
- 3
0
votes
1 answer
enable IntelliSense for single .cs file in Vs2015
I am currently compiling my C# code using a batch file which calls the mono compiler "mcs"
I'd like to use Visual Studio to edit my .cs file
IntelliSense, however, neither auto suggest members for namespaces such as System and System.Windows.Forms…
Rasmus Søborg
- 109
- 2
0
votes
1 answer
Is there any way to activate IntelliSense for TypeScript files in github.dev?
This morning I came across github.dev.
It looks very promising, but what I'd really like to use it for is TypeScript with active IntelliSense.
I can see that github.dev can create new .ts files.
But, as an in-browser code editor, can it activate the…
Rounin
- 162
- 11