Commit Graph

588 Commits

Author SHA1 Message Date
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
Ramya Achutha Rao
0373af95e4 Absorb change that will give better ordering for emmet css #28933 2017-06-23 17:42:06 -07:00
Ramya Achutha Rao
6ed964d85b Refactoring and validate abbreviation 2017-06-23 16:49:25 -07:00
Ramya Achutha Rao
13f33a8fe8 Fixing build break, sorry 2017-06-23 16:25:49 -07:00
Ramya Achutha Rao
fd4976a928 Fix indentation when wrapping with abbr #29283 2017-06-23 16:16:49 -07:00
Ramya Achutha Rao
d760b6fcaf Validations for emmet abbreviations Fixes #27975 2017-06-23 13:48:04 -07:00
Ramya Achutha Rao
f3a9600079 Disable emmet completion provider for mapped modes #29318 2017-06-23 11:52:42 -07:00
Ramya Achutha Rao
f4055d958c Refactoring 2017-06-23 11:44:42 -07:00
Ramya Achutha Rao
73589468fa Add newline when wrapping with abbr #29283 2017-06-22 21:55:32 -07:00
Ramya Achutha Rao
93852f895d Get latest vscode-emmet-helper to fix #29276 2017-06-22 16:57:29 -07:00
Ramya Achutha Rao
55a46397ac Improve multi cursor in abbr actions #27621 2017-06-22 09:53:39 -07:00
Ramya Achutha Rao
9483e9fa6a Honor emmet.excludeLanguages setting 2017-06-22 07:08:30 -07:00
Ramya Achutha Rao
c4bd992b03 Emmet Increment/Decrememnt commands 2017-06-22 07:08:30 -07:00
Ramya Achutha Rao
a38d58506a Evaluate Math Expression using new Emmet 2017-06-21 19:05:10 -07:00
Ramya Achutha Rao
09e94a709c Multi cursor for Wrap with Abbreviation command #27621 2017-06-21 18:14:29 -07:00
Ramya Achutha Rao
24d52d6363 Multi cursor for Emmet Expand Abbreviation command #27621 2017-06-21 18:10:03 -07:00
Ramya Achutha Rao
47c79fd2a8 Update shrinkwrap 2017-06-21 17:42:54 -07:00
Ramya Achutha Rao
93de2bd8df Remove emmet autocomplete for jsx Fixes #29185 2017-06-21 17:00:38 -07:00
Ramya Achutha Rao
07c5fe39dd Moved emmet completion provider to vscode-emmet-helper 2017-06-21 16:21:54 -07:00
Ramya Achutha Rao
1a11b9dd4f getNode is not needed by the helper module 2017-06-21 14:47:42 -07:00
Ramya Achutha Rao
b7afeff71d More prep for moving completion provider out 2017-06-21 14:33:59 -07:00
Ramya Achutha Rao
a057a5974a Prepping to move completion provider to a re-usable module 2017-06-21 14:22:30 -07:00
Ramya Achutha Rao
23360c8b24 Do not expand abbr if syntax is not valid 2017-06-21 11:31:51 -07:00