All Questions
Tagged with vscode-extensions css
39 questions
1
vote
3
answers
331
views
Customizing Intellisense style in VSCode
Is it possible to customize the menu that is produced in the auto-complete in VSCode? I don't see any mention of it in the docs here. I'm basically looking to create something closer to how Google ...
0
votes
0
answers
116
views
Apc Customize UI++ activityBarTop vscode set item background
I want to give each item a background and space and center them but my code is not working please help me
enter image description here
I tried to solve this problem with the following code, but it ...
0
votes
0
answers
133
views
Prism js AutoLoader does not work when i'm getting text to be rendered in realtime via a websocket
So i'm trying to implement my own ai code assistant chat in vscode,so i used marked js for parsing the text output i get from the backend via openAI api and stream those values to the frontend which ...
2
votes
2
answers
225
views
when I updated my angular application to v18, tailwind intellisense extension stop works
I was updating my angular application v17 to v18 and I was using tailwind intellisense extension, but after update, tailwind intellisense extension stop works, I've tried all the solutions on offer, ...
0
votes
1
answer
111
views
Why can't I open a submenu?
PROBLEM
I wanted to customize my VSCode experience and found this settings.json file here. After downloading the APC extension everything appeared to be perfect. But after reenabling the menubar to ...
0
votes
1
answer
1k
views
APC Customize UI++ CSS customisation
I've started to play around with the "APC Customize UI++" extension in VS Code and have been experimenting with the CSS styling but I'm trying to make my sidebar nice and minimal. I've ...
0
votes
0
answers
250
views
HTML CSS Support extension in VsCode isn't giving Bootstrap property hints for styling
I've seen someone using the extension HTML CSS Support within VScode in this way:
type in a tag>give it a class w/ Bootstrap styles> and then be shown a dropdown of Bootstrap-relavent property ...
0
votes
0
answers
26
views
How can I change the color of the explorer items in my vscode theme without changing the color of other sidebar elements?
The property sidebar.foreground changes the color of the explorer items which is what I want.
What I don't want is also to update the color of all the other elements in the sidebar (EG: search or SCM)....
0
votes
1
answer
87
views
Change VS Code Bulleted List Font Color in the Editor
My current VS Code theme is set to swap between solarized light and dark dependent on if it's day/night. I do that with this setting in my settings.json along with some Ubuntu OS tweaks:
"...
0
votes
1
answer
2k
views
VS Code Live Server Not Refreshing automatically
So the issue is I have installed VS Code along with Live Server for HTML CSS. Normally the page should reload on its own after i edit in my HTML but no victory.
I have turned on Auto-Save but still, ...
0
votes
1
answer
1k
views
Button type attribute has not been set.Microsoft Edge Toolsbutton-type
I just installed the MS Tools for Vscode, and was just testing with buttons in html, here's my code:
HTML:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset=&...
0
votes
2
answers
406
views
How to switch SCSS format when copying with eCSStractor?
I do not know how to disable SCSS class format for now.
I want to switch from this :
.header {
&__row {}
&__logo {}
&__nav {}
}
to this :
.header__row {
}
I tried to look in ...
0
votes
0
answers
1k
views
VScode doesnt show square with color using Tailwind
Hi what is the extension that does it:
I need these squares with colors, but my code is:
I can see square colors while I write, but after I write it doesn't show any square colors as you see
0
votes
0
answers
89
views
My VSCode autocompletion extension does not work
I recently developed a CSS framework, and I developed a VSCode extension to help people in case they use my framework. When I finished the code and typed vsce package in the command to install the ....
1
vote
0
answers
566
views
How to make VSCode extension webview's scrollbar always visible or change its color?
I'm developing a vscode extension with webview pages. VSCode's scrollbar appears only on hovering inside the scrollable container (both in editor and webviews). The background of the scroll track is ...