Commit Graph

208 Commits

Author SHA1 Message Date
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
Ramya Achutha Rao 69e706a10e Use internal emmet logic to figure out syntax as emmet extension is not aware of embedded languages 2017-06-21 11:27:24 -07:00
Joao Moreno 5667cc0e69 use vsce to determine what to package when bundling extensions
fixes #29054
2017-06-21 16:17:21 +02:00
Ramya Achutha Rao a49a42680a Explicit mapping for langs whose parent are emmet supported #28545 2017-06-20 18:49:55 -07:00
Ramya Achutha Rao a318cab2f0 Combine Expand/Complete Emmet abbreviations #28556 2017-06-20 17:53:27 -07:00
Ramya Achutha Rao 8f5fc228a7 Refactoring to support #28556 eventually 2017-06-20 17:39:10 -07:00
Ramya Achutha Rao ac60143aa9 Honor emmet.extensionsPath setting for variables and profile 2017-06-20 15:51:06 -07:00
Ramya Achutha Rao 91008076eb Get latest emmet expand abbr module to exlcude mocha from dependencies 2017-06-20 15:00:29 -07:00
Ramya Achutha Rao 6e366b8f90 Reduce dev dependencies of emmet #28874 2017-06-20 14:05:48 -07:00
Ramya Achutha Rao 05b254dcfb Support variable customization in emmet snippets 2017-06-20 12:54:07 -07:00
Ramya Achutha Rao 5e2d92d269 Support xhtml as output profile 2017-06-20 11:43:35 -07:00
Ramya Achutha Rao 1809bb2fc1 Use emmet.syntaxProfiles in new emmet 2017-06-19 22:37:19 -07:00
Ramya Achutha Rao 8902a30b12 Consolidate emmet expand action and emmet completion 2017-06-19 17:35:05 -07:00
Ramya Achutha Rao 6757e57fe8 Use css abbreviations inside html style block. Fixes #28039 2017-06-18 23:16:27 -07:00
Ramya Achutha Rao fadd172c54 Avoid emmet expansion inside html tag and css selectors. Fixes #28829 2017-06-18 23:16:27 -07:00
Ramya Achutha Rao baf54ef06f Collapse html,css completion provider for emmet 2017-06-15 17:20:17 -07:00
Ramya Achutha Rao 6cc63cdf15 Use stream reader for TextDocument for more efficient parsing 2017-06-15 11:21:35 -07:00
Ramya Achutha Rao 9f99d4ea35 Update OSSREADME to have only modules that dont have a explicit license file 2017-06-13 14:20:46 -07:00
Ramya Rao 4ffa2539da shrinkwrap, OSSREADME for emmet (#28570) 2017-06-12 22:22:48 -07:00
Ramya Achutha Rao a50f22517c Check for null/undefined before assigning kind 2017-06-09 15:23:35 -07:00
Ramya Achutha Rao 61377c23b0 Fix build error 2017-06-07 12:51:58 -07:00
Ramya Achutha Rao 6ff1da8d30 Separate Completion Provider for Emmet Css 2017-06-07 12:42:45 -07:00
Ramya Achutha Rao c47b702fa5 Refactoring toggleComment 2017-06-07 10:28:03 -07:00
Ramya Achutha Rao 66212c6328 toggle comment across css nodes #27629 2017-06-06 19:18:07 -07:00
Ramya Achutha Rao 0da90fcc62 toggle comment across html nodes #27629 2017-06-06 19:18:07 -07:00
Ramya Achutha Rao bd544519ab Ignore comments when select next/prev. Fixes #27763 2017-06-06 16:11:11 -07:00
Ramya Achutha Rao 02783b149c Use jsx transformations in emmet 2017-06-01 16:12:48 -07:00
Ramya Achutha Rao 4d4d9cac5f Fixes #27316 2017-06-01 15:31:04 -07:00
Ramya Achutha Rao c0ba6ba60b Fixes #27773 2017-06-01 07:26:09 -07:00
Ramya Achutha Rao 0b2249b423 Fixes #27767 2017-05-31 13:43:03 -07:00
Ramya Achutha Rao b431336fde Fixes #27690 Reveal range for edit point and select item 2017-05-31 10:30:01 -07:00