Граф коммитов

64 Коммитов

Автор SHA1 Сообщение Дата
Ramya Achutha Rao fd9d617d21 Extract the trim filter 2017-08-02 12:12:54 -07:00
Ramya Achutha Rao 4394c04d6c fix html custom snippets loading 2017-08-02 11:12:43 -07:00
Ramya Achutha Rao 8d1df9390c Bumping version to 1.0.7 2017-08-01 16:45:07 -07:00
Ramya Achutha Rao d237486626 Update tests and remove _ around placeholders 2017-08-01 16:38:34 -07:00
Ramya Rao 374dcf8c81 Merge pull request #2 from jens1o/jens1o-emmet-cursor
make cursors gorgeous
2017-08-01 16:26:46 -07:00
Ramya Achutha Rao 25187ce3dd Absorbing fixes from upstream 2017-08-01 16:26:46 -07:00
jens1o 8dc541fb06 fix handling in stylesheets 2017-08-01 20:35:09 +02:00
Ramya Achutha Rao 3e57c5d0df Expose expandAbbrevation function from helper 2017-08-01 10:50:00 -07:00
Ramya Achutha Rao 891d1b73f7 Use umd module for expand-abbreviation 2017-08-01 10:43:07 -07:00
Ramya Achutha Rao b76d9ebbe8 Support lorem in completions 2017-07-31 15:40:58 -07:00
Ramya Achutha Rao b39358a20b Use the right module 2017-07-31 15:10:03 -07:00
Ramya Achutha Rao f14e36158b Custom module not needed as fixes are in the official one now 2017-07-31 14:44:24 -07:00
Ramya Achutha Rao 70ef28a08b Updating tests 2017-07-31 13:55:16 -07:00
Ramya Achutha Rao 904acea53c Use custom expand module that has latest fixes 2017-07-31 13:32:11 -07:00
jens1o 0c5beca235 change method name 2017-07-29 09:27:49 +02:00
jens1o 9fc3c07980 pull latest master 2017-07-29 09:26:54 +02:00
Ramya Rao 1184a6c6d4 Updated Readme as per latest changes 2017-07-28 16:08:11 -07:00
Ramya Achutha Rao 99dcbb3766 Support bem filter, refactor 2017-07-26 14:35:08 -07:00
Ramya Achutha Rao ae7f6ce75e Skip abbr ending with . Microsoft/vscode#31453 2017-07-26 11:55:59 -07:00
Ramya Achutha Rao fc8d27160c 0.0.29 2017-07-24 10:57:08 -07:00
Ramya Achutha Rao 70e493fbeb Support custom snippets for non html sytnax in completion 2017-07-24 10:56:18 -07:00
Ramya Achutha Rao 435083dded Use custom html snippets when checking for abbreviations 2017-07-23 15:05:54 -07:00
Ramya Achutha Rao 600b5dcb48 Provide commonly used tags as suggestions 2017-07-21 16:42:50 -07:00
Ramya Achutha Rao 8a96b07b81 Add tests (finally) 2017-07-20 18:03:44 -07:00
Ramya Achutha Rao cc09213815 Update version 2017-07-20 11:26:12 -07:00
Ramya Achutha Rao 772bca6f09 More validations on html abbreviations 2017-07-20 11:20:45 -07:00
Ramya Achutha Rao d230b55ccc Support expansion of commonly used html tags 2017-07-20 10:25:46 -07:00
Ramya Achutha Rao 781bf996af Fix current line 2017-07-20 10:20:46 -07:00
Ramya Achutha Rao 392a11e03e Clear cache when extensionsPath is not valid 2017-07-20 10:08:48 -07:00
Ramya Achutha Rao 9b1ebee176 end in substring is not inclusive 2017-07-19 17:55:07 -07:00
Ramya Achutha Rao 90d9f8f62b Merge branch 'master' of https://github.com/ramya-rao-a/vscode-emmet-helper 2017-07-19 12:55:35 -07:00
Ramya Achutha Rao 3cda0fe008 Combine custom snippets from basesyntax 2017-07-19 12:55:30 -07:00
Ramya Achutha Rao d9514ac1b9 Combine custom snippets from basesyntax 2017-07-19 12:53:52 -07:00
Ramya Achutha Rao 5352e18602 Fix getCurrentLine to fetch complete line 2017-07-18 21:36:15 -07:00
Ramya Achutha Rao 689431e478 Support custom snippets 2017-07-18 16:57:01 -07:00
Ramya Achutha Rao bd63b6aea1 Filter out overeager css matches Microsoft/vscode#29473 2017-07-18 14:37:46 -07:00
Ramya Achutha Rao 671ce76e4f Reduce noise in css emmet completions 2017-07-18 12:17:43 -07:00
Ramya Achutha Rao 4c2e543d98 Update version 2017-07-18 10:17:33 -07:00
Ramya Achutha Rao 3196f6a869 Reduce noise in html emmet completions 2017-07-17 22:59:19 -07:00
Ramya Achutha Rao 6016dcf52f Use languageservertypes instead of vscode so that LS can use this helper 2017-07-17 18:54:14 -07:00
Ramya Achutha Rao 543c06c55e Updating urls 2017-06-29 19:08:04 -07:00
Ramya Achutha Rao e7dd852adc Try/Catch 2017-06-29 18:18:18 -07:00
Ramya Achutha Rao 6b39053441 Updating html regex for valid abbr 2017-06-29 17:15:46 -07:00
Ramya Achutha Rao 5875048b62 Enable html suggestions when typing after : 2017-06-29 10:59:51 -07:00
Ramya Achutha Rao 227500ae03 Move getEmmetMode from extension to emmet-helper module 2017-06-28 13:55:48 -07:00
Ramya Achutha Rao 35fb32247f Silly me, used the wrong conditions 2017-06-28 11:56:36 -07:00
Ramya Achutha Rao 3a7aec63a8 Use new value for emmet.showExpandedAbbreviation setting 2017-06-28 11:45:11 -07:00
Ramya Achutha Rao 8812c3e4bc Use the right regex for validating abbreviations 2017-06-25 21:34:04 -07:00
jens1o e291a4596d fix method names 2017-06-25 12:39:29 +02:00
jens1o 3af93935f9 fix formatting 2017-06-25 12:38:12 +02:00