Emmet in Bumble

cover-image

Emmet is a very helpful tool to boost your coding speed in HTML and CSS like programming languages. You can think of Emmet as an extended version of the snippets. The snippets only support a few predefined code blocks. But, in Emmet the number of code blocks you can define are infinite. As the user types CSS like expressions, Emmet generates the code blocks dynamically.

As a modern code editor, Bumble supports Emmets. In this tutorial, I will show you an example of Emmet in HTML and CSS in the following video. Hope you will get a basic understanding of Emmet concept and the importance of this invaluable tool.

  • It is highly encouraged to disable Auto Completion and enable Emmet on Options panel to avoid unexpected behaviours.