Abstract
- A list of code editors and their configuration on MacOS
Basics
A set of common configurations for code editors:
- Use a coding friendly font - FireCode
- Install FiraCode Nerd Font
- Configure the editor to use this font, below is VSC example
- Configure Editor Font
- Configure Terminal Font
- Download the Vim extension to have vim keybinding inside the code editor
- Turn on Word Wrap under
View -> Word Wrap
(VSC example)
VIM
Visual Studio Code
- Visual Studio Code
- Change the VSC Terminal font size to
16
in the setting page
Zed Code Editor
Neovim
- Install iterm2
- Install neovim
- Install nvchad (Yes for default settings)
- Set the theme to catppuccin
- You can install syntax heightening using
:TSInstall <Language>
IntelliJ Community Code Editor
- IntelliJ Community Code Editor
- Install third-party libraries
Handy shortcuts
- Press
Shift
twice to open “Search Everywhere” dialog.- Press
Cmd+2
to manage bookmarks- Press
Fn+3
to bookmark files or codes