Skip to content

Explore options to speed up Emmet abbreviation expansion in larger files #43470

@ramya-rao-a

Description

@ramya-rao-a

Currently we use the emmet modules html-matcher and css-parser to parse html,css,less,scss files to determine whether or not current position is a valid location to expand emmet abbreviation. Cons of this approach are

  • The parsers are slow when it comes to large files
  • The parsers are not tolerant for incomplete files.

The parsers used in the html and css extensions on the other hand are faster and more accurate

Metadata

Metadata

Assignees

Labels

debtCode quality issuesemmetEmmet related issues

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions