Commit graph

11 commits

Author SHA1 Message Date
Henning Dieterichs 50b1bccd17
Remove inlineCompletionsNew proposal. Fixes #164856 (#165044) 2022-10-31 13:29:04 +01:00
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
Johannes Rieken 68e819043c
use tsconfig.json#include for vscode.d.ts and vscode.proposed.d.ts, enables to remove most ref.d.ts-files 2021-11-09 15:53:35 +01:00
Matt Bierner 119581fc2a
Use more standard name for shared extension tsconfig
This enables Intellisense in the `tsconfig.base` file
2021-04-12 15:58:38 -07:00
Ramya Achutha Rao 26365c8957 Add typings for emmet #59803 2018-10-03 12:55:55 -07:00
Ramya Achutha Rao 6ad61f018a Getting closer to shared config #59803 2018-10-02 20:00:19 -07:00
Johannes Rieken ae6ac66cb5 use ts-loader compilerOptions 2018-08-16 11:49:05 +02:00
Johannes Rieken d62f5b3da9 use ts loader, exclude node_module for now 2018-08-16 10:52:08 +02:00
Ramya Achutha Rao 719d7b92f4 Add strictNullChecks for emmet #38820 2017-11-20 16:25:15 -08:00
Ramya Achutha Rao 583e14c2ec Add noUnusedLocals to emmet extension #37212 2017-11-07 11:16:38 -08:00
Ramya Achutha Rao 8e0f07fd38 Initial commit for builtin emmet extension #21943 2017-05-23 22:41:55 -07:00