Visual Studio Code
nerd-fonts
Visual Studio Code | nerd-fonts | |
---|---|---|
59 | 250 | |
5,934 | 57,350 | |
1.3% | 1.4% | |
10.0 | 9.3 | |
5 days ago | 5 days ago | |
Markdown | CSS | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Visual Studio Code
-
Visual Studio vs. Visual Studio Code: An In-depth Comparison
Visual Studio and Visual Studio Code (VS Code) are two very popular and different software development tools developed by Microsoft. Visual Studio is a popular Integrated Development Environment (IDE) among professional software developers while Visual Studio Code is the most popular code editor in the field of software development.
-
Developing Inside a Container
Interesting. The date at the bottom of the article shows 06/05/2024, which is this one? https://github.com/microsoft/vscode-docs/blob/main/docs/devc... renamed from your link in 2022.
All of this to say, I wish articles were upfront on original publication date.
-
Building a Full-Stack Web Application with Free Resources
Visual Studio Code Docs
-
Fedora Atomic Desktops
I'm using Silverblue 39 for about 2 month coming from NixOS Unstable. It's working very well for me. I have some packages layered like Nvidia and fish shell and https://github.com/CheariX/silverblue-akmods-keys for AKMODS modules work with secure boot. Things like neovim, pyright, helix, starship, LSPs and CLI applications I install with brew (brew.sh). For desktop things I use Flatpak.
I had a problem with some Flatpak applications (like Steam and Discord) and brew because brew puts its folder in the $PATH before the default ones (/usr/bin ...) and those Flatpak applications tried to use SSL keys from brew instead of the system ones. I just changed the order of the $PATH to make brew bin path to be after ther system ones.
For VSCode I'm not using the Flatpak I'm using the tarball one I just extract in ~/applications and symlink the code binary in the ~/.local/bin. It's working well, I don't have problem with VSCode not executing LSPs and lint things. The only problem is VSCode from tarball cannot updates itself, so I need to download the newer version and extract to ~/applications. There is this VSCode CLI version (https://code.visualstudio.com/docs/?dv=linux64cli) but I was not able to make it use the wayland backend.
-
Introduction to VS Code
Explore the official VS Code documentation on the Visual Studio Code website for in-depth guides, tutorials, and reference materials.
- Brand new to vscode. How do you export results into a CSV?
-
Cognitive Load and Your Development Environment
It's a lot, but the VS Code docs have thought about Extraneous Cognitive Load and created written guides, video guides, reference docs and more!
-
Microsoft has announced the retirement of Visual Studio for Mac. "Visual Studio for Mac will no longer be supported starting August 31, 2024." | And in May 2023 Unity announced it "has fully deprecated its support for VSCode"
VSCode has a long history of not working well with Unity, so they deprecated it.
- What’s the best resource to learn VSC?
-
Can you recommend me an Open Source C++ IDE that can be used for game development and commercial projects?
> Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux.
nerd-fonts
- Nerd Fonts – Iconic font aggregator, collection, and patcher
- Nerd Fonts: 3,600 Icons and 50 Patched Fonts for Developers
-
(Youtube blogpost) Building Tree Link app with Svelte and Tailwind CSS
iTerm2 is a fast terminal emulator for macOS. Install one of Nerd Fonts for displaying fancy glyphs on your terminal. My current choice is Hack. And use it on your terminal app. For example, on iTerm2:
-
Install Nerd Fonts (or any fonts) easily in Linux
./install-font.sh https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/Hack.zip
-
Bro Install Neovim On Windows And Setup Neovim Without Neovim Package Manager 🙀
D2Coding 😹 extract and install all your font and gone to the windows terminal settings
-
ZSH with Starship
# Tạo thư mục tạm để lưu các tệp tải về mkdir ~/nerd-fonts && cd ~/nerd-fonts # Tải xuống các tệp zip wget https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/DroidSansMono.zip wget https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/NerdFontsSymbolsOnly.zip # Giải nén DroidSansMono unzip DroidSansMono.zip -d DroidSansMono # Giải nén NerdFontsSymbolsOnly unzip NerdFontsSymbolsOnly.zip -d NerdFontsSymbolsOnly sudo mkdir -p /usr/share/fonts/truetype/nerd-fonts sudo cp DroidSansMono/*.otf /usr/share/fonts/truetype/nerd-fonts/ sudo cp NerdFontsSymbolsOnly/*.ttf /usr/share/fonts/truetype/nerd-fonts/ sudo fc-cache -fv
- Nerd Fonts: Over 50 Patched Fonts with 3,600 Icons for Devs and Designers
- 🚀 Um Guia Prático para Configurar Zsh, Oh My Zsh, asdf e Spaceship Prompt com Zinit para Seu Ambiente de Desenvolvimento
-
🚀 A Hands-On Guide to Setting Up Zsh, Oh My Zsh, asdf, and Spaceship Prompt with Zinit for Your Development Environment
Go to the Nerd Fonts GitHub repository and download your preferred font (e.g., Hack or Roboto Mono).
- Oh My Posh- Powershell Terminal Setup
What are some alternatives?
Swagger Plugin for JetBrains - A plugin to help you easily edit Swagger and OpenAPI specification files inside IntelliJ IDEA
powerline - Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile.
gradle-cleaner-intellij-plugin - Force clear delaying & no longer needed Gradle tasks.
kitty - Cross-platform, fast, feature-rich, GPU based terminal
vscodium - binary releases of VS Code without MS branding/telemetry/licensing
Font-Awesome - The iconic SVG, font, and CSS toolkit