···99 - trueberryless
1010cover:
1111 alt: A collection of old newspaper sheets piled on a wooden table, displaying vintage articles and worn edges.
1212- image: ../../../../public/blog/starlight-vscode-snippets.jpg
1212+ image: ../../../../public/blog/vscode-snippets.jpg
1313---
14141515This article demonstrates how code snippets can be created in Visual Studio Code that can significantly boost your productivity when regularly working with [Astro's content collections](https://docs.astro.build/en/guides/content-collections).
···1717:::note
1818This article arose from a suggestion by [Sarah Rainsberger](https://github.com/sarah11918) and highlights a feature contributed by [HiDeoo](https://github.com/HiDeoo) - all code examples are also by HiDeoo.
1919:::
2020+2121+{/* excerpt */}
20222123## The need for snippets
2224···53555456Create an empty Markdown (`.md`) or `.mdx` file. Start typing `ffmt` and press `TAB ⇥` to trigger the snippet. If you do not see any suggestions, you can manually trigger them with `Ctrl + Space` and select the `"Add Markdown frontmatter"` snippet. Depending on your exact configuration, you can now tab through the fields to edit them to your current use case. For example the snippet from above allows you to directly edit the heading and then jumps to the content. The title field of the frontmatter will be set to the file name without its extension.
55575656-
5858+
57595860## Further resources
5961
+2-2
src/content/docs/credits.mdx
···262262 usedOnUrl="/blog/starlight-sidebar-whitespace"
263263 />
264264 <ImageCredit
265265- image="/public/blog/starlight-vscode-snippets.jpg"
265265+ image="/public/blog/vscode-snippets.jpg"
266266 title="Brown and White Cardboard Box"
267267 author="Evelyn Clement"
268268 authorUrl="https://unsplash.com/@e_clement"
269269 sourceUrl="https://unsplash.com/photos/brown-and-white-cardboard-box-TgUwEK-RNUQ"
270270 usedOn="How VS Code Snippets can improve your workflow in Starlight"
271271- usedOnUrl="/blog/starlight-vscode-snippets"
271271+ usedOnUrl="/blog/vscode-snippets"
272272 />
273273 <ImageCredit
274274 image="/public/blog/tags/mindspace.jpg"