vscode/extensions/emmet
Raymond Zhao 76f65c4521
Emmet inline completions (#151559)
Affects #139247

This PR changes Emmet to use inline completions when suggesting completions.
It also provides a boolean setting so that users can opt out.
This PR does not change the "Wrap with Abbreviation" behaviour in Emmet.

Co-authored-by: Henning Dieterichs <notify.henning.dieterichs@live.de>
2022-06-14 08:39:28 +02:00
..
.vscode smoke - restore skip-release-notes CLI arg (#96459) 2020-04-29 12:40:04 +02:00
images Add emmet icon as png #44626 2018-03-01 15:25:43 -08:00
src Emmet inline completions (#151559) 2022-06-14 08:39:28 +02:00
test-workspace/.vscode tests - reduce spam and work 2022-04-06 19:34:41 +02:00
.vscodeignore Ignore Emmet test workspace 2021-10-06 14:49:01 -07:00
cgmanifest.json add commitHash to cgmanifest 2018-11-15 17:43:46 +01:00
CONTRIBUTING.md Fix capitalization of GitHub org 2020-09-17 11:43:03 +02:00
extension-browser.webpack.config.js emmet serverless 2020-07-09 17:23:16 +02:00
extension.webpack.config.js pack emmet including the vscode-emmet-helper (#109257) 2020-10-26 10:37:18 -07:00
package.json Emmet inline completions (#151559) 2022-06-14 08:39:28 +02:00
package.nls.json Emmet inline completions (#151559) 2022-06-14 08:39:28 +02:00
README.md Fix capitalization of GitHub org 2020-09-17 11:43:03 +02:00
tsconfig.json Emmet inline completions (#151559) 2022-06-14 08:39:28 +02:00
yarn.lock chore: update to electron 17 (#143223) 2022-03-11 00:51:37 +09:00

Emmet integration in Visual Studio Code

Notice: This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.

Features

See Emmet in Visual Studio Code to learn about the features of this extension.

Please read the CONTRIBUTING.md file to learn how to contribute to this extension.