This tutorial is out of date and no longer maintained.
The Visual Studio Code 1.32 February update is out now and with it comes some great new features for Vue users.
Let’s run through the list of features that are in the new 1.32 update:
font-size
, font-family
, and line-height
of the Debug Console.Big list of updates as usual! This is why VS Code has consistently been used by so many developers.
Every month of VS Code updates brings in some useful features but there’s one this month that really stood out to me.
The ability to have VS Code (through the Vetur Vue Plugin) provide IntelliSense and autocomplete. Here’s the example that the VS Code update logs give us:
Let’s say you have some data()
in your Vue component. Let’s say a message
variable.
If you wanted to use that message
variable in your template, you can start typing and see VS Code help you out!
This will work for the following:
data
in the current componentcomputed
propertiesmethods
props
for any child components: will show on v-bind
The other updates that came in are:
<template>
formatterThe full list of updates can be found on the Vetur changelog.
A big update for Vue developers that use VS Code and Vetur. Will definitely speed up my own Vue work. Great work to the VS Code team as always!
Thanks for learning with the DigitalOcean Community. Check out our offerings for compute, storage, networking, and managed databases.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!