Top "Intellisense" questions

IntelliSense is Microsoft's implementation of automatic [code-completion], best known for its use in the Microsoft Visual Studio integrated development environment.

How to make vs code autocomplete React component's prop types?

How to make VS Code autocomplete React component's prop types while using the component in JSX markup? P.S.: I'm …

reactjs visual-studio-code intellisense jsx javascript-intellisense
Make Eclipse intellisense/auto-suggest automatic for locally scoped and member variables/methods

Is there any way to make the auto-suggest drop down list appear for locally scoped variables and local member variables/…

java eclipse intellisense autosuggest
Enabling Intellisense for Custom Sections in .config Files

When editing .NET config files (app.config, web.config, etc) in Visual Studio, I get Visual Studio's intellisense to guide …

.net configuration web-config intellisense app-config
VS2010 - HLSL Intellisense?

Are there any free components out there that will give highlighting and/or intellisense for HLSL? I've seen mentions of …

visual-studio-2010 intellisense hlsl
Intellisense for available 'using/import's in C# with Visual Studio Code

Edit: Vidual Studio Code and Visual Studio are 2 different things. Yes it's confusing but I know that VS has this …

c# visual-studio-code intellisense auto-import
Adding JavaScript type hints for VSCode/Monaco Intellisence

Is there a way to hint to VSCode/Monaco's intellisense the types of variables. I have some code like this …

javascript intellisense visual-studio-code monaco-editor
VisualCode Shortcut to display autocomplete list before typing in MacOS

I am trying to display all possible words after putting the cursor in certain place in the code. The autocomplete …

macos visual-studio-code intellisense
Completely Disable Formatting and Completion in ReSharper for Visual Studio

I like a lot of the features that ReSharper offers, but I absolutely can't stand the formatting and code completion …

visual-studio-2010 formatting resharper intellisense resharper-6.0
Visual Studio 2015 RTM - Lost JavaScript support after update TypeScript Tools

I have lost the support for JavaScript files inside Visual Studio 2015 after updating the TypeScript tools from version 1.5.3 to 1.5.4. By …

javascript syntax-highlighting intellisense visual-studio-2015 typescript1.5
VS Code Intellisense don't suggest snippet at first

I want to use code snippets in VSCode. But when I type, for example, for in javascript file, the Intellisense …

intellisense visual-studio-code code-snippets