Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
0 answers
42 views

Why cmd+click does not open the file when the route uses {{ asset(' in laravel - vscode

When working with React and the endless VSCode libraries we got used to tracking files and components with cmd+click (at least I did). However, when working with Laravel (in a new VSCode profile) I ...
Matheus Gabardo Messias's user avatar
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 ...
Amirreza Heydari's user avatar
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 ...
Precious112's user avatar
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 ...
mxcury's user avatar
  • 1
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 ...
Daymen Pasick's user avatar
0 votes
1 answer
80 views

How to fix a live server webpage that is opening but not being loaded in browser?

I have the live server extension installed in VS code and open up to a http://localhost:5500/ webpage. The contents of my HTML file are instead replaced by the following error message: This site can’t ...
Monnt's user avatar
  • 15
-2 votes
1 answer
54 views

what is the best vscode extension for html dom api Hints?

I am writing html files. how get Ctrl+Shift+Space not work var canvas = document.getElementById('myCanvas'); var ctx = canvas.getContext('2d'); ctx.fillText?
CS QGB's user avatar
  • 351
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, ...
Rahmat's user avatar
  • 11
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=&...
LuminaNtb's user avatar
-1 votes
1 answer
889 views

How to prevent Prettier from braking my lines

I am using VScode Prettier pluging to format my code, im facing a problem where prettier brakes my lines of code. for example this code <p>{text.replace(/\n/g, " ").split(' ').filter(...
GhostInYourPants's user avatar
1 vote
2 answers
603 views

How do i LivePreview in VSC through the browser

I know that there is an extension to this, but this extension open it in VSC, and when i try to open this on the web it isnt LivePreviwed. What should i do? Thanks I tried to install the extension but ...
Adir Tesler's user avatar
0 votes
0 answers
42 views

HTML extension doesn't suggest tags

My extension doesn't work and suggest tags in my project folder (https://i.sstatic.net/vPGTO.png) while it can work normally in other files not belonging to that folder. (https://i.sstatic.net/b9eMz....
GnoL's user avatar
  • 1
0 votes
1 answer
184 views

Live server doesn't refresh page in toggle device toolbar menu

Live server doesn't refresh page in 'toggle device toolbar' menu a problem with using Live Server in VScode. In default mode page updates normally, but when I enable 'toggle device toolbar' menu, ...
lorem lorem's user avatar
1 vote
1 answer
3k views

Export Jupyter Notebook to HTML with VS Code & Plotly figures

I'm struggling with the export of my ipynb-file to HTML via VS Code due to following requirements which I'm not able to combine: The file contains plotly-figures which need to be rendered The code ...
seblon's user avatar
  • 11
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 ....
Amari Mahdi's user avatar

15 30 50 per page