Add Placeholder Text in Seconds

Use the power of Emmet to add some lorem ipsum faster.

00:00
00:00

Need some placeholder text in your code? Type lorem and press (macOS) / Tab (Windows/Linux). If needed, you can add the text together with a tag: just add a tag name and > before lorem.

If you want to generate a specific number of words, add a number after lorem, e.g. lorem5, then press (macOS) / Tab (Windows/Linux).


Related Resources

Surround with Emmet
Surround with Emmet
Quickly surround a selection with rich markup using the Emmet toolkit.
Arrays
Arrays
Arrays are a straightforward and traditional way to work with a set of data.
HashSet<T>
HashSet<T>
Use the HashSet<T> type for high performing data sets with unique elements.