IDE

Blog posts tagged with IDE
7 alternative text editors and IDEs for macOS

7 alternative text editors and IDEs for macOS

15/11/2024
import { YouTube } from '@astro-community/astro-embed-youtube'; I've been a mostly happy [VSCode](https://code.visualstudio.com) user for a few years now. So much so that [I even maintain a couple of extensions for it](https://marketplace.visualstudio.com/publishers/ChrisChinchilla). Before VSCode, I loved [Atom](https://atom-editor.cc). And before that… I can't remember anymore. But every now and then, it's good to look into alternatives and see how they compare, what options you haven't considered they offer, and if they bring anything new to your productivity. In this post, I look at seven alternatives to VSCode t...
JetBrains' Writerside - A Tech Writing IDE

JetBrains' Writerside - A Tech Writing IDE

25/07/2024
import { YouTube } from '@astro-community/astro-embed-youtube'; [JetBrains](https://www.jetbrains.com) is known for its variety of developer-focused IDEs, all based around its IntelliJ core. In recent years, they developed their own writer-focussed plugin, [Grazie](https://www.jetbrains.com/grazie/), for handling grammar and style guidance, [Writerside](https://www.jetbrains.com/writerside/) for a wide variety of tech writing tasks, and more recently, an AI assistant for writers. The company has also helped with community-maintained plugins such as those for [markdown](https://www.jetbrains.com/help/idea/markdown.html) and [asciidoc](https://plugins.jetbrains.com/plugin/7391-asciidoc). But then, a year o...
Technical writing with JetBrains' Writerside and Grazie

Technical writing with JetBrains' Writerside and Grazie

15/03/2023
The docs as code trend, where technical writers and developers work more closely using similar tools and processes, has grown in the past few years. For some tech writers, who come from technical backgrounds, have always worked on technical projects, or were able to pick their toolchain, it's the only workflow we've ever known. Developers use myriad tools and frameworks daily, many of which tech writers will also find useful. One such tool is the IntelliJ-based suite of "integrated developer e...