
VS Code
Sublime Text
Vim
Node.js
Notepad++
Microsoft Visual Studio
GitHub
IntelliJ IDEA
Astro Build
Next.js
Hugo
Tailwind CSS
Svelte
Jekyll
Docusaurus
Vue.js
VS Code
Astro BuildBased on our record, VS Code should be more popular than Astro Build. It has been mentiond 1214 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
The step up from there is an editor with a built-in agent like Cursor, Google Antigravity, Windsurf, or VS Code with a coding extension. These are code editors with an AI agent living inside them, and the difference is the responsible party for getting things from place to place. Instead of the software creator shuttling code between windows, the AI agent edits the project files directly and runs the GitHub and... - Source: dev.to / 10 days ago
For IDE-heavy teams, BYOK (bring your own key) can be interesting, no matter whether you live in WebStorm or VS Code. On the JetBrains side, the JetBrains AI plans and Junie BYOK docs allow it, and most VS Code AI extensions offer the same idea: keep the IDE, connect provider keys, pay the provider. - Source: dev.to / about 1 month ago
Option 1: Raw editing in IDE. You open the .md file in VS Code or whatever you use. Syntax highlighting shows you the structure. Maybe you toggle a preview pane. This works for quick edits but becomes painful for anything involving tables, diagrams, or complex formatting. - Source: dev.to / about 1 month ago
You'll need Python 3.8+ and pip for the quickstart, with venv recommended for isolation. Install the requests library for HTTP calls. VS Code with the Python extension works well as an editor, though PyCharm or Sublime Text work equally well. You'll also need a free Foxit developer account. - Source: dev.to / about 1 month ago
For viewing and navigating, Obsidian handles large markdown libraries well: graph view, tag search, template plugins. VSCode works too if you'd rather stay in your dev environment. Both read the same folder with no conversion needed. - Source: dev.to / about 2 months ago
The whole thing is an Astro site in a Git repo: profile and Blog on one domain, built to static HTML, served from Cloudflare Pages, with cookieless Analytics I host myself. No platform lock-in, no CDN I don't control. - Source: dev.to / 11 days ago
Astro is the obvious fit here because directories are content-first and Astro ships zero JavaScript by default - you only opt into client-side JS where you actually need interactivity (a filter drawer, a map). For a page that's fundamentally "a styled list of records," that means very fast pages out of the box. - Source: dev.to / 16 days ago
I also wanted to try Astro for a while. I kept hearing it was great for content-heavy sites because of how little JavaScript it ships by default. A converter site felt like the perfect use case โ mostly static pages with one interactive tool on each. - Source: dev.to / 21 days ago
We use Astro because its islands architecture makes "zero JavaScript" the default instead of an optimization:. - Source: dev.to / 24 days ago
I simply searched for a Typescript Static Site Generator and Astro's name came up. I was already familiar with the name, just not what it does, so it was an easy choice. After going through the themes available with Astro, I chose the Astro Paper theme. - Source: dev.to / 25 days ago
Sublime Text - Sublime Text is a sophisticated text editor for code, html and prose - any kind of text file. You'll love the slick user interface and extraordinary features. Fully customizable with macros, and syntax highlighting for most major languages.
Next.js - A small framework for server-rendered universal JavaScript apps
Vim - Highly configurable text editor built to enable efficient text editing
Hugo - Hugo is a general-purpose website framework for generating static web pages.
Node.js - Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications
Tailwind CSS - A utility-first CSS framework for rapidly building custom user interfaces.