Commit Graph

103 Commits

Author SHA1 Message Date
Gus Hurovich
7420a04c64 Fix for Emmet's wrap with abbreviation inserting extra spaces (#43345)
* Fixing trailing spaces in expansion

* Emmet - Fixing extra spaces when wrapping with abbreviation

* Avoid fetching tag if there's no need to ezpand again

* Replacing several 'indexof's with regexp

* Making regexp for tagname stricter. Removing unnecessary check.

* Removing extra call to expand.

* tiny changes

* tinitiny changes
2018-02-14 17:08:44 -08:00
Ramya Rao
00f2d8ed71 Get emmet completions from css extension (#41652)
* Get emmet completions from html,css extensions

* Resolve extensionsPath, use emmet results even if empty

* Support css abbr with :

* Refactoring

* Add some basic emmet tests

* Refactoring

* More tests
2018-02-12 21:40:10 -08:00
Ramya Achutha Rao
b8a11e9349 Upstream emmet fixes 2018-02-06 17:55:40 -08:00
Ramya Achutha Rao
0155dca759 Move default vendor prefix whitelist to emmet helper 2018-01-30 14:18:38 -08:00
gushuro
3625e8f879 Adding default values for CSS vendor prefixes in emmet (#42385) 2018-01-29 21:12:11 -08:00
Ramya Achutha Rao
4f5a256a4b Allow vendor prefix in emmet #35951 2018-01-29 17:29:31 -08:00
Dirk Baeumer
e91b851ca8 Upgrade to latest language pack format 2018-01-30 00:11:57 +01:00
Ramya Achutha Rao
41e7dbc0df Absorb upstream bug fixes for emmet 2018-01-26 15:30:56 -08:00
Dirk Baeumer
04594c864b Add support for Language Packs 2018-01-25 21:14:34 +01:00
Ramya Achutha Rao
f57b024b18 Use latest emmet helper that has fixes #33818 2018-01-19 10:51:24 -08:00
Ramya Achutha Rao
65f1bd4b25 Allow hex color completions from emmet 2018-01-12 16:07:53 -08:00
Ramya Achutha Rao
8f99f1d18e Allow - in classnames when using bem in emmet. Fixes #38768 2017-12-19 15:13:11 -08:00
Ramya Achutha Rao
66a439e253 Absorb upstream fix for #39789 2017-12-17 23:37:16 -08:00
Ramya Achutha Rao
b1d931fef1 Update lang server in emmet to the same version as others Fixes #40104 2017-12-12 11:08:27 -08:00
Ramya Achutha Rao
cac292bc5c Add the newly supported emmet preferences in package.json 2017-12-05 10:57:24 -08:00
Ramya Achutha Rao
8e3c444be7 Absorb upstream fix for #38766 2017-12-01 11:07:07 -08:00
Ramya Achutha Rao
3c470706de Absorb latest changes from emmet helper 2017-11-26 17:32:28 -08:00
Ramya Achutha Rao
63675c2286 Fix for #36367 2017-11-02 10:58:08 -07:00
Ramya Achutha Rao
cc7dfaf65a Add finalstop for emmet snippets Fix for #33491 2017-11-01 17:57:04 -07:00
Ramya Achutha Rao
b735e1ff45 Update emmet helper version to absorb bug fixes 2017-10-29 20:19:31 -07:00
Ramya Achutha Rao
8bc02c7443 Activate emmet on * instead of type command #36575 2017-10-25 21:40:58 -07:00
Ramya Achutha Rao
2fc0bf43df Activate emmet on expand abbr cmd Fixes #36267 2017-10-19 10:42:28 -07:00
Ramya Achutha Rao
fd77f04352 Include recent emmet preferences in settings suggestions Fixes #35676 2017-10-11 10:26:34 -07:00
Ramya Achutha Rao
f53b3556a8 Get latest emmet helper 2017-10-05 10:20:04 -07:00
Ramya Achutha Rao
aafdfaec2a Use strict version-identifier for @types/node in emmet #35561 2017-10-04 10:37:10 -07:00
Ramya Achutha Rao
caa5656df9 Absorb fix for bem modifier customization in emmet 2017-09-28 21:45:20 -07:00
Ramya Achutha Rao
9f042bf99c Activate Emmet on type instead of * #35120 2017-09-27 22:31:17 -07:00
Ramya Achutha Rao
67174e8b95 Fixes #35267 2017-09-27 15:35:42 -07:00
Ramya Achutha Rao
43c99472b9 Use bem preferences #33631 2017-09-25 17:20:25 -07:00
Ramya Achutha Rao
5ae1dc4496 Pull fixes for #33994 and #34906 2017-09-25 11:54:23 -07:00
Ramya Achutha Rao
de7ce81e76 Alternate fix for #34162 using minscore for fuzzymatching 2017-09-23 23:41:44 -07:00
Ramya Achutha Rao
68040fa300 Use 1.1.8 version of vscode emmet helper Fixes #34216 Fixes #33898 2017-09-13 17:18:34 -07:00
Ramya Achutha Rao
b73495b071 Avoid error for invalid css emmet abbr 2017-08-31 19:17:22 -07:00
Ramya Achutha Rao
3c2f2e7ccc Latest emmet helper for fixing #33579 and #33601 2017-08-31 13:48:39 -07:00
Ramya Achutha Rao
c8ac27164e Fix error thrown from missing null check Fixes #33554 2017-08-30 18:02:30 -07:00
Ramya Achutha Rao
db05d0ff1a Add option to show emmet suggestions as snippets #32346 2017-08-30 16:26:43 -07:00
Ramya Achutha Rao
b4235a8237 Use name of custom emmet snippets as suggestion label Fixes #33072 2017-08-30 14:20:25 -07:00
Ramya Achutha Rao
0078400b07 Allow css custom snippets to have any name Fixes #22072 2017-08-29 20:48:11 -07:00
Ramya Achutha Rao
5769bebb3c Enable the use of comment filter in emmet 2017-08-29 18:50:04 -07:00
Ramya Achutha Rao
4d7a7a15ca Support partial emmet preferences #32496 2017-08-29 17:27:04 -07:00
Ramya Achutha Rao
8ff21bf1ac Absorb bug fixes from upstream 2017-08-28 15:27:10 -07:00
Ramya Achutha Rao
5b87035854 Convert old style markup emmet snippets to new format 2017-08-27 20:55:53 -07:00
Ramya Achutha Rao
41f0c5a526 Show err msg when extensionsPath is not found or snippets.json has invalid json Fixes #33073 2017-08-26 13:22:24 -07:00
Ramya Achutha Rao
0c079cb7df Support for canvas,td,tr,th in emmet suggestions 2017-08-20 12:22:26 -07:00
Ramya Achutha Rao
a1a198e730 Fix parsing error in less files with loop #32354 2017-08-16 22:13:20 -07:00
Ramya Achutha Rao
6822a81494 Escape $ when not a tabstop or #32420 2017-08-14 13:42:08 -07:00
Ramya Achutha Rao
1531c8d2f4 lookahead not needed when running emmet expand #32478 2017-08-14 09:58:07 -07:00
Ramya Achutha Rao
9c86eb33f9 Fixes to getCurrentWord in emmet helper Fixes #32254 2017-08-13 12:41:55 -07:00
Ramya Achutha Rao
fa413ff008 Move the checks on abbreviations to helper module 2017-08-12 20:25:17 -07:00
Ramya Rao
02bbc149cf Option to trigger emmet expansion on tab (#32334) 2017-08-11 08:21:37 -07:00