Update ide titles/desc

This commit is contained in:
Mike Solomon
2025-01-27 09:03:46 -08:00
parent 8c9a840017
commit be6a8f44bd
6 changed files with 30 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
---
sidebar_label: Multi-repository code search
description: How to search for code across many repositories at once.
---
# Multi-repository code search
Regardless of whether you're a new developer or someone with decades of experience writing code, you will often find yourself wanting to look for examples of how particular pieces of code are used. In fact, about [one third of all Google code searches are attempting to find examples of how others have done something](https://www.oreilly.com/library/view/software-engineering-at/9781492082781/ch17.html#whyquestion_mark). Unfortunately, these searches will often lead to examples that aren't quite right they might match the same _text_, but they often will not match the _types_. If you attempt to restrict searching to only the repositories on your local machine (such as using `grep` for instance), you will often run into a similar issue.

View File

@@ -1,3 +1,8 @@
---
sidebar_label: Recipe creation
description: How to create recipes quickly with the Moderne plugin.
---
# How to create recipes
When planning large-scale code changes, it's a good idea to begin by creating a recipe that identifies all of the potential edit sites. Doing so gives you a full impact analysis of what you're about to do, before you actually do it. Taking the time to find all of these locations is especially important because real-world code is complex and nuanced. Without a proper accounting of this nuance, writing a _transformation_ recipe will not be as accurate as you'd wish.

View File

@@ -1,3 +1,8 @@
---
sidebar_label: Debugging recipes
description: How to debug a recipe using the Moderne plugin.
---
# How to debug a recipe using the Moderne plugin
One key benefit of the Moderne IDE plugin is the ability to quickly debug recipes against real code. You can set breakpoints in your IDE and have those be hit when you run a recipe in the Moderne CLI so you can know exactly what is happening in the recipe.

View File

@@ -1,3 +1,8 @@
---
sidebar_label: Installation and configuration
description: How to install and configure the Moderne plugin.
---
import ReactPlayer from 'react-player';
# How to install and configure the Moderne plugin

View File

@@ -1,3 +1,8 @@
---
sidebar_label: Code search actions
description: Code search action reference documentation. To be created at a later time.
---
# Code search actions
TODO this is a placeholder for reference documentation on every code search action available in the IDE.

View File

@@ -1,3 +1,8 @@
---
sidebar_label: Refactor actions
description: Refactor action reference documentation. To be created at a later time.
---
# Refactor actions
TODO this is a placeholder for reference documentation on every refactor action available in the IDE.