| 
 | 
 | 
When working with MythicMobs, knowing how everything works is only half the battle: the other half is writing it down, and if you are not using a proper text editor, it might prove challenging to manage all of the files and configurations you will need to make. Fortunately, there are a lot of cool options out there! While in this guide we will be focusing only on [Visual Studio Code](https://code.visualstudio.com/Download), any text editor will work fine!
 | 
| 
 | 
 | 
When working with MythicMobs, knowing how everything works is only half the battle: the other half is writing it down, and if you are not using a proper text editor, it might prove challenging to manage all of the files and configurations you will need to make. Fortunately, there are a lot of cool options out there! While in this guide we will be focusing only on [Visual Studio Code](https://code.visualstudio.com/Download) as it is the editor on which the [MythicScribe Extension] can be used, any text editor will work fine!
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
## [VSCode Extension](https://marketplace.visualstudio.com/items?itemName=Lxlp.mythicscribe)
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
## Creating a Workspace
 | 
| 
 | 
 | 
One of the most handy features of VSCode is the ability to create a "Workspace", essentially something that will allow you to persistently keep all open files and use custom settings for your project. To make a Workspace, you can start by right clicking the folder you want to start on: for Mythicmobs, this folder can be either the root folder or that of a [Pack](Packs), depending on what you are using and what you want to do  
 | 
| 
 | 
 | 
 | 
| ... | ... | @@ -31,4 +33,8 @@ To access them, after having opened the workspace, you can navigate to `File > P | 
| 
 | 
 | 
- If you want to rename a metaskill or a mob, you can:
 | 
| 
 | 
 | 
  - Use the search and replace function you can find on the right (the magnifying glass icon) to change that across all workspace files
 | 
| 
 | 
 | 
  - Use the `Change All Occurrences` button (Select the word you want to change and use right click) to change every occurrence of that word inside of its file
 | 
| 
 | 
 | 
- If you need to edit more than one line at the same time, you can click the middle mouse button and drag it over the relevant lines to create a cursor on each on them, and edit them all at the same time | 
 | 
 | 
\ No newline at end of file | 
| 
 | 
 | 
- If you need to edit more than one line at the same time, you can click the middle mouse button and drag it over the relevant lines to create a cursor on each on them, and edit them all at the same time
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
<!-- LINKS -->
 | 
| 
 | 
 | 
[MythicScribe Extension]: https://marketplace.visualstudio.com/items?itemName=Lxlp.mythicscribe | 
 | 
 | 
\ No newline at end of file |