intellisense Questions

3

When I write CSS, intellisense doesn't show me color box for hex value color but only icon. Before, Intellisense showed me color box for hex value. I don't know why. Now I use VS Code version 1.31....
Accountable asked 14/2, 2019 at 12:47

5

Solved

Much like in ipython, is it possible in VScode to use tab to select options from intellisense instead of using arrow keys?
Christianity asked 4/1, 2018 at 14:36

3

Solved

I would like Visual Studio Code to autocomplete all words within the open document instead of the just the scope specific variables it finds. What should I change in the settings? edit: code versi...

0

I've recently migrated a medium sized project to angular standalone components. I do like it and see a lot of advantages in this approach. But, one thing bothers me a lot, working with VSCode I no ...
Secundines asked 26/1 at 12:43

2

What causes VS code editor to decide my typescript symbol cannot be renamed? I'm trying to change the symbol with the f2 key and run into the error message "This element cannot be renamed&quot...

14

I am following a tutorial about Unity and I see that the instructor has intellisense when writes the method's name. However I have only intellisense with classes and variables, I mean Unity classe...
Dougall asked 5/9, 2018 at 16:6

5

Solved

In my example I'm using TypeScript, so let's say I have a TypeScript Interface like this: interface Item { name: string, qty: number, price: number } When I go to implement this, I start typi...
Keratoid asked 7/4, 2019 at 22:11

2

I don't see any intellisense for ReactJS, for example methods like React.createClass although I see _references.js file at the root folder. The _references.js file has help reference to various rea...
Hymenopterous asked 19/8, 2015 at 11:26

7

Solved

Recently installed 16.5 and Intellisense never ends to load on a fairly simple project: I have to say I'm running a Ryzen 3990 and a SSD, so quite amazed this things still happen. How it can be fi...
Dearth asked 21/3, 2020 at 9:30

2

Solved

We are used to intellisense everywhere and suddenly it doesn't work. To my frustration, this was only the case on my work computer, the installation at home does work. Both has been updated to vers...
Philipines asked 24/2, 2023 at 15:48

3

Solved

Does Apache Zeppelin have intellisense/auto-completion support in its notebook ui? if so how do I use it? I tried searching on the internet but was unsuccessful to find a source which works. Th...
Overlie asked 25/9, 2015 at 4:42

17

Solved

I'm having trouble with my new installed Visual Studio Code on Windows 7. On Mac the editor automatically closes html tags but on my Win7 not. I assume there must be some option to turn it on but I...
Cupreous asked 7/6, 2015 at 18:14

7

Solved

I just started a new project but i'm getting the following error with various packages, for example React Native Reanimated and React Navigation Stack. This is my package.json. { "name":...
Aplanatic asked 18/4, 2022 at 19:34

23

Solved

Edit: Pylance seems to be much better at this and has so far resolved all problems with the previous Python language server from Microsoft. I'm using VS Code and it's wonderful is all areas but cod...

7

Intellisense for html in my VSCode has stopped working. I'm able to get the autocomplete for html tags, but I'm not getting suggestions for .ts variables. I've always used this feature and for some...
Cleotildeclepe asked 6/10, 2021 at 7:38

4

Solved

I am using Jest as unit testing framework and bellow intellisense is correct: However, when I install Cypress "cypress": "^3.2.0", the same code now displaying error Property 'toMatch' does not...
Ventris asked 19/4, 2019 at 17:34

3

Solved

this is really frustrating me. this problem occurs when I have a particularly large .cs file (one i'm working on at the moment has 6000 lines and many anonymous types). I will copy a line or a par...
Potentate asked 14/10, 2009 at 0:55

6

I am using VS code for a project using CSS Grid and CSS Modules. However when I try something like this .loginRegisterDiv { composes: loginDiv; margin: 0px; width: 100%; } I get an error sayi...
Machutte asked 28/2, 2017 at 22:51

4

Solved

I usually use Eclipse for coding, which has a pretty nice parameters completion feature: when you are calling a method, just after you typed (, it will show you the list of parameters, and highligh...
Unstopped asked 10/7, 2013 at 22:36

37

Solved

When I want to edit C# Unity scripts, they open in Visual Studio. It is supposed to provide auto complete for all Unity related code, but it doesn't work. Here you can see the missing functionality...
Indisposed asked 4/3, 2017 at 15:5

4

Solved

In Kate text editor, one can auto complete using either the Tab or the Enter key. I find auto-completion with the Enter key disruptive, because often you really do mean what you say, and want to go...
Rancher asked 27/10, 2015 at 6:59

8

Solved

I am trying to reference to jquery library to provide intellisense on another javascript file. But I got error such as "Uncaught ReferenceError: $ is not defined" /// <reference path="jquery.m...
Clypeus asked 23/6, 2011 at 13:20

1

Solved

Keywords are still recognized but only new user-defined classes are recognized, using namespaces isn't recognized either, code runs fine but really annoying to code like this. Tried everythin...
Cumulative asked 4/8, 2023 at 13:1

18

Solved

I started to develop Asp.net Core web API with the VS code. But when I typing the code Intellisense/Suggestions not working properly. I saw in some resource on the internet while they are typing us...
Delsiedelsman asked 5/4, 2019 at 12:15

2

Solved

Recently, i started using subpath imports in my node project for mainly my utilities directory. It allowed me to go from const { promptMessage } = require('../../../../utils/promptMessage.js'); to...
Syneresis asked 6/7, 2021 at 10:29

© 2022 - 2024 — McMap. All rights reserved.