Skip to main content

All Questions

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
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
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