Skip to content

Commit a36347a

Browse files
committed
docs(readme): add emojis to section headers and list items
1 parent ea17324 commit a36347a

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
Tired of the tedious, error-prone process of renaming a project in Visual Studio? Say goodbye to manual find-and-replace across dozens of files! **Project Renamifier** handles everything automatically - one click, one dialog, done!
3838

39-
## Features
39+
## Features
4040

4141
When you rename a project, this extension handles **all** of the following automatically:
4242

@@ -53,13 +53,13 @@ When you rename a project, this extension handles **all** of the following autom
5353

5454
The extension shows a progress dialog with step-by-step status as it performs the rename operation, and includes error handling with rollback support if something goes wrong.
5555

56-
## Screenshots
56+
## 📸 Screenshots
5757

5858
![Rename Dialog](https://raw.githubusercontent.com/CodingWithCalvin/VS-ProjectRenamifier/main/resources/rename-dialog.png)
5959

6060
![Progress Dialog](https://raw.githubusercontent.com/CodingWithCalvin/VS-ProjectRenamifier/main/resources/progress-dialog.png)
6161

62-
## Installation
62+
## 🛠️ Installation
6363

6464
### Visual Studio Marketplace
6565

@@ -72,39 +72,39 @@ The extension shows a progress dialog with step-by-step status as it performs th
7272

7373
Download the latest `.vsix` from the [Releases](https://github.com/CodingWithCalvin/VS-ProjectRenamifier/releases) page and double-click to install.
7474

75-
## Usage
75+
## 🚀 Usage
7676

7777
1. Right-click on a project in Solution Explorer
7878
2. Select **Renamify Project**
7979
3. Enter the new project name in the dialog
8080
4. Click **Rename** and watch the magic happen!
8181

82-
## Supported Versions
82+
## 💻 Supported Versions
8383

8484
| Visual Studio | Architectures |
8585
|---------------|---------------|
8686
| Visual Studio 2022 (17.x) | x64 (amd64), ARM64 |
8787
| Visual Studio 2026 (18.x) | x64 (amd64), ARM64 |
8888

89-
## Contributing
89+
## 🤝 Contributing
9090

9191
Contributions are welcome! Whether it's bug reports, feature requests, or pull requests - all feedback helps make this extension better.
9292

93-
### Development Setup
93+
### 🔧 Development Setup
9494

9595
1. Clone the repository
9696
2. Open the solution in Visual Studio 2022 or 2026
9797
3. Ensure you have the "Visual Studio extension development" workload installed
9898
4. Install the [Extensibility Essentials 2022](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.ExtensibilityEssentials2022) extension
9999
5. Press F5 to launch the experimental instance
100100

101-
## License
101+
## 📄 License
102102

103103
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
104104

105105
---
106106

107-
## Contributors
107+
## 👥 Contributors
108108

109109
<!-- readme: contributors -start -->
110110
<!-- readme: contributors -end -->

0 commit comments

Comments
 (0)