I recently found out that typing !
and pressing Tab in an html file, you generate a template:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
</body>
</html>
Is there anything similar to other types of file such as .css, .js or even .c, .py etc?
New contributor
user24989619 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.