intellisense Questions
3
I moved my whole flutter project to a new folder, everything runs fine. The autocomplete works on the build in files from flutter, like Container, Column, but when I try using a package, like provi...
Apostatize asked 4/2, 2020 at 14:10
1
Solved
I followed this C/C++ for Visual Studio Code article from Microsoft to write C++ using Visual Studio Code. Unlike the article showing that intellisense provides documentation for member functions, ...
Sworn asked 11/8, 2022 at 20:55
2
VSCode's autocomplete is driving me insane.
I can't find any options to ensure properties are at the top of the autocomplete list when I press cmd-space.
Are there any recent guides or extensions ...
Scion asked 29/11, 2021 at 23:16
2
Solved
Intellisense sometimes comes up with irrelevant suggestions that I will never use in my project. Those can get in the way of the valuable other suggestions.
They also prevent VS Code features like ...
Quipster asked 22/9, 2019 at 13:8
4
How to make VS Code autocomplete React component's prop types while using the component in JSX markup?
P.S.: I'm using JS, not TS.
Varico asked 7/6, 2017 at 9:24
2
Solved
I use VS Code with wsl terminal. I have installed many extensions for theme and snippet. For C/C++, Python, JS,HTML/CSS, etc snippets work but with GO it's not working. When I type imp and I expect...
Psychasthenia asked 1/6, 2020 at 9:22
3
Solved
In VSCode, TypeScript shows really useful expansions of types I define. But there's a limit to what TS will show in IntelliSense. If a type is too long, then I'll see output like this:
Note the...
Orfurd asked 2/11, 2018 at 5:19
10
Solved
I've installed Bootstrap via the Microsoft CDN like:
<head>
...
<link href="//ajax.aspnetcdn.com/ajax/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<...
Alister asked 18/6, 2014 at 23:14
3
Solved
I'm using Visual Studio Code for flutter programming and not using many extensions. I loved the code completion but it's usually too slow. It takes around 1-2 seconds for showing all suggestions. I...
Thoroughwort asked 20/12, 2020 at 1:37
2
Solved
I am trying to create my own private component library. I manage to show the description of the prop using prop-types but the expected values are not shown. I haven't seen any documentation regardi...
Arbour asked 4/6, 2020 at 11:4
0
Trying out evcxr_jupyter with VS Code Jupyter extension & interactive window.
Code executes fine, but there are no code suggestions.
For python code, suggestions work fine.
Is there some conf...
Pyrargyrite asked 8/6, 2022 at 17:23
1
I am using Visual Studio 2022 to work on an existing solution that contains a web project with a node app.
The app is configured in the package.json file to use the TypeScript 3.8.3 npm package.
In...
Dinerman asked 10/2, 2022 at 16:1
3
Solved
I am looking for sth similiar to Intellisense in .NET in Laravel. So far I've been using .NET and autocompletion for models is awesome and makes my work way more easy.
Now I need to create Larave...
Pinot asked 11/1, 2018 at 16:21
3
Solved
When chaining functionality in typescript with anonymous types for example like this:
let array = [{ seed: 2 }, { seed: 3 }];
array
.map(i => ({ seed: i.seed, square: i.seed * i.seed }))
.f...
Rickierickman asked 12/4, 2016 at 11:32
2
Solved
On SO itself, there are already many questions about VSCode IntelliSense, e.g., que1, que2, que3, etc. However, they mainly talk about IntelliSense not working in general; not working for STL; and ...
Thompkins asked 24/7, 2020 at 1:31
3
Solved
It's not displaying the properties of an array like length etc.
I'm not sure if this is a problem or this is expected behavior of VScode's autocomplete/IntelliSense.
Do I need to install any exten...
Eared asked 7/12, 2020 at 13:53
5
I'm using the typescript but I use it through webpack and babel, so in my ts code imports should be commented out:
// import * as $ from 'jquery';
Otherwise I get errors on babel side. I can't find...
Epigraphic asked 10/5, 2021 at 23:41
2
Solved
Default VS Code Intellisense behaviour
User is presented with a menu of suggestions
User then has to press the Up or Down arrow keys to navigate through the menu
Finally user has to confirm with ...
Choir asked 7/4, 2020 at 11:7
2
I'm following the Unreal Programming Quick Start guide
I've copied and pasted the code samples at the bottom of the guide. I've tried using both VS2019 and VSCode, and both give me the same errors...
Palma asked 22/2, 2020 at 18:52
3
Solved
Is such a thing possible? If it's not clear what I'm talking about, here's a detailed example:
Take this quick utility class I wrote a few weeks ago (details omitted), along with the example I want...
Uttermost asked 30/7, 2020 at 17:53
4
Solved
By default Visual Studio displays all members and its extension methods for a type in intellisense.
Sometimes I would like to hide the extension methods to make it easier to find the member I am a...
Pedagogics asked 18/3, 2009 at 9:43
2
Solved
Recently, I have started using Xcode 4 for developing iOS apps.
In Xcode intellisense's autocomplete box, there are some letters in colored boxes before every suggestion. I know that they represen...
Jolenejolenta asked 12/7, 2011 at 9:58
4
I have tried installing type definitions with:
My code is in server.js javascript file.
npm install @types/express
But still it doesn't seem to give intellisense for app after instantiating expr...
Ibbison asked 18/12, 2017 at 7:52
1
I am working with Vue and Typescript in Visual Studio Code and the Vetur extension. The problem: when I update any code, intellisense won't recognise the changes when working in a .vue file. In .ts...
Tega asked 28/10, 2017 at 10:15
3
I'm using MUI for a react project and intellisense is giving me problems when it comes to speed. Suggestions won't show up for up to 4-5 seconds and I'm guessing MUI's massive library has something...
Bisector asked 12/11, 2021 at 20:17
© 2022 - 2024 — McMap. All rights reserved.