# Christoph Nakazawa - The Perfect Development Environment (Highlights) ![rw-book-cover|256](https://readwise-assets.s3.amazonaws.com/static/images/article1.be68295a7e40.png) ## Metadata **Cover**:: https://readwise-assets.s3.amazonaws.com/static/images/article1.be68295a7e40.png **Source**:: #from/readwise **Zettel**:: #zettel/fleeting **Status**:: #x **Authors**:: [[Christoph Nakazawa]] **Full Title**:: The Perfect Development Environment **Category**:: #articles #readwise/articles **Category Icon**:: 📰 **URL**:: [cpojer.net](https://cpojer.net/posts/the-perfect-development-environment) **Host**:: [[cpojer.net]] **Highlighted**:: [[2022-09-21]] **Created**:: [[2022-09-26]] ## Highlights - They are published as licht-theme and dunkel-theme (German for “light” and “dark”). For consistency, I use them in all tools/text editors including the code examples on my blog. - Protip: Disable “acceptSuggestionOnCommitCharacter” - If you are spending your day on GitHub, Refined GitHub is a must-have extension. It enhances and improves the user experience of GitHub significantly - To stick with the theme of consistency, if you want to use your coding font on GitHub to make code reviews feel closer to what they look like in your text editor, drop this into Refined GitHub’s Custom CSS extension settings #code code ```css code, kbd, pre, tt, .ace_editor.ace-github-light, .blame-sha, .blob-code-inner, .blob-num, .branch-name, .commit .sha, .commit .sha-block, .commit-desc pre, .commit-ref, .commit-tease-sha, .default-label .sha, .export-phrase pre, .file-editor-textarea, .file-info, .gollum-editor .expanded textarea, .gollum-editor .gollum-editor-body, .hook-delivery-guid, .hook-delivery-response-status, .input-monospace, .news .alert .branch-link, .oauth-app-info-container dl.keys dd, .quick-pull-choice .new-branch-name-input input, .tag-references > li.commit, .two-factor-secret, .upload-files .filename, .url-field, .wiki-wrapper .wiki-history .commit-meta code { font-family: 'Fira Code' !important; } ```