Commit Graph

110 Commits

Author SHA1 Message Date
Ramya Achutha Rao
9b6cc9f774 Emmet: Locate number even when there is a selection Fixes #31281 2017-07-23 16:37:40 -07:00
Ramya Achutha Rao
afcfc03ff3 Treat inline as block only for multi line text #29898 2017-07-23 12:26:52 -07:00
Ramya Achutha Rao
559bc4560e Updating shrinkwrap for emmet 2017-07-23 11:48:00 -07:00
Ramya Achutha Rao
5178d1ae85 Refactoring UpdateImageSize.ts for simplicity 2017-07-23 11:45:33 -07:00
Ramya Achutha Rao
56eebb2b9b Emmet Update ImageSize inside style tag 2017-07-23 11:19:00 -07:00
Ramya Achutha Rao
0bee43b5be Emmet Update Image Size command 2017-07-23 11:19:00 -07:00
Ramya Achutha Rao
dac7e15aba Treat inline elements as block when wrapping with abbr Fixes #29898 2017-07-22 18:21:02 -07:00
Ramya Achutha Rao
2932125ae3 Indent adjustment not required for single line #29898 2017-07-22 17:33:14 -07:00
Jens Hausdorf
4e6c429030 support hot registration emmet (#29986)
* register new included languages in emmet on the fly

* no need to export the function

* only register default completion on startup

* fix tests
2017-07-22 15:40:24 -07:00
Ramya Achutha Rao
ad92e3f1c4 Provide commonly used tags as suggestions 2017-07-21 16:44:50 -07:00
Matt Bierner
5c4f3b9761 Disable failing emmet test 2017-07-21 15:47:24 -07:00
Ramya Achutha Rao
5ed98351ed Test for Emmet Update Tag #8454 2017-07-21 15:05:37 -07:00
Ramya Achutha Rao
e1f7580199 First set of tests for Emmet commands #8454 2017-07-21 11:38:46 -07:00
Ramya Achutha Rao
a34f7db970 Absorb abbr validations change from helper Fixes #31003 2017-07-20 11:38:44 -07:00
Ramya Achutha Rao
b9e491d2bf Emmet: Fix issue when last letter in the line is not picked up 2017-07-19 17:57:30 -07:00
Ramya Achutha Rao
277d295b62 Use when wrapping different text with abbr Fixes #30067 2017-07-19 15:06:26 -07:00
Ramya Achutha Rao
5fb80bb933 Combine custom snippets from base syntax #29146 2017-07-19 13:16:37 -07:00
Ramya Achutha Rao
94f73b3f00 Fix emmet issue when cursor is in between the abbreviation 2017-07-18 21:56:59 -07:00
Ramya Achutha Rao
b896d25097 Emmet: Support custom snippets Fixes #29146 2017-07-18 17:10:33 -07:00
Ramya Achutha Rao
05e653d61e Fixes #29473 Over eager matching of emmet in css 2017-07-18 14:45:35 -07:00
Ramya Achutha Rao
ed1101ce15 Fix expand abbr command 2017-07-18 14:22:28 -07:00
Ramya Achutha Rao
c189b621fd Fixes #29943 Skip default emmet expansion when text is not abbreviation 2017-07-18 12:26:38 -07:00
Ramya Achutha Rao
d58f798cc6 Emmet expand should autocomplete tags like <div Fixes #29774 2017-07-18 11:06:31 -07:00
Ramya Achutha Rao
44072eb058 Fixes #30265 skip emmet expand when text is not snippet or abbreviation 2017-07-18 10:37:27 -07:00
Ramya Achutha Rao
e1325259e3 Add null check before updating extensionsPath for emmet 2017-07-17 20:42:32 -07:00
Ramya Achutha Rao
f2a9356417 Absorb changes to the vscode-emmet-helper 0.0.19 2017-07-17 19:25:12 -07:00
Ramya Achutha Rao
3924e454fa Fallback to document lang when no args are passed to emmet cmd #30600 2017-07-16 23:30:22 -07:00
Ramya Achutha Rao
b36b00f99f Updated comments on the new emmet settings 2017-06-30 11:41:13 -07:00
Ramya Achutha Rao
c3643f00e8 Updating version to absorb the change in url 2017-06-30 11:18:01 -07:00
Ramya Achutha Rao
158270d998 Updated setting value to be more intutive 2017-06-30 09:07:22 -07:00
Ramya Achutha Rao
d66d6738be Removing dead code 2017-06-29 18:43:51 -07:00
Ramya Achutha Rao
0ee00cbd2a Emmet Error handling Fixes #29897 2017-06-29 18:35:53 -07:00
Ramya Achutha Rao
e7de8b2536 More trigger chars #29758 2017-06-29 17:18:33 -07:00
Ramya Achutha Rao
4ea63e5120 Wrap partial line with abbr #29857 2017-06-29 12:37:32 -07:00
Ramya Achutha Rao
605ee5919a Fix extra tabs when wrapping with inline element #27621 2017-06-29 11:43:52 -07:00
Ramya Achutha Rao
42ae1fc0f6 Emmet html suggestions after typing : #29758 2017-06-29 11:02:06 -07:00
Ramya Achutha Rao
280ea0b10c Fix infinite loop when node doesnt have non comment children. #27763 2017-06-28 16:02:46 -07:00
Ramya Achutha Rao
e2a18e4b6d Fixes #29802 Corner cases of Select next/prev item feature 2017-06-28 15:30:33 -07:00
Ramya Achutha Rao
9cb698b16f Update comments 2017-06-28 15:29:27 -07:00
Ramya Achutha Rao
2f77f9fd6a Stop supporting both syntaxProfiles, includeLanguage settings in new emmet #29678 2017-06-28 14:51:57 -07:00
Ramya Achutha Rao
04f25df845 Emmet suggestions for jsx only when expicitly asked for #29532 2017-06-28 14:39:44 -07:00
Ramya Achutha Rao
7ba1dcff0c Emmet suggestions in non markup/stylesheet languages #29532 2017-06-28 13:59:28 -07:00
Ramya Achutha Rao
63def6eb98 Support both syntaxProfiles and includeLanguages until #29678 is resolved 2017-06-27 20:00:12 -07:00
Ramya Achutha Rao
b69887c107 Use emmet.includeLanguages to enable emmet abbr in non supported languages #29678 2017-06-27 19:23:46 -07:00
Ramya Achutha Rao
a5ce4b657b Removing emmet.variables that arent used by emmet snippets 2017-06-27 14:56:57 -07:00
Ramya Achutha Rao
92681cbfd7 emmet.excludeLang shouldnt need reload. Fixes #29680 2017-06-27 14:38:36 -07:00
Ramya Achutha Rao
915e1eb8cb Return if there was parsing error 2017-06-26 14:18:38 -07:00
Ramya Achutha Rao
fc6c69311d Add typing for emmet node 2017-06-26 14:18:38 -07:00
Ramya Achutha Rao
868b82089c Pass syntax from core to Wrap Abbr just like Expand Abbr 2017-06-26 10:14:35 -07:00
Ramya Achutha Rao
b508e11e5a Use latest vscode-emmet-helper to use right regex for validating abbr 2017-06-25 21:35:47 -07:00