You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,18 +34,18 @@
34
34
35
35
---
36
36
37
-
## Features
37
+
## ✨ Features
38
38
39
-
-**Right-click to open** - Open any file directly from Solution Explorer
40
-
-**Works everywhere** - Solutions, projects, folders, and individual files
41
-
-**Auto-detection** - Automatically finds Notepad++ in the default install location
42
-
-**Configurable** - Custom executable path via Tools > Options
39
+
-🖱️ **Right-click to open** - Open any file directly from Solution Explorer
40
+
-🌐 **Works everywhere** - Solutions, projects, folders, and individual files
41
+
-🔍 **Auto-detection** - Automatically finds Notepad++ in the default install location
42
+
-⚙️ **Configurable** - Custom executable path via Tools > Options
43
43
44
-
## Prerequisites
44
+
## 📋 Prerequisites
45
45
46
46
This extension requires [Notepad++](https://notepad-plus-plus.org/) to be installed on your machine.
47
47
48
-
## Installation
48
+
## 🛠️ Installation
49
49
50
50
### Visual Studio Marketplace
51
51
@@ -58,28 +58,28 @@ This extension requires [Notepad++](https://notepad-plus-plus.org/) to be instal
58
58
59
59
Download the latest `.vsix` from the [Releases](https://github.com/CodingWithCalvin/VS-OpenInNotepadPlusPlus/releases) page and double-click to install.
60
60
61
-
## Configuration
61
+
## ⚙️ Configuration
62
62
63
63
The extension automatically detects `notepad++.exe` in the default installation directory. If you've installed Notepad++ to a custom location, configure the path in **Tools > Options > Open in Notepad++**.
64
64
65
-
## Contributing
65
+
## 🤝 Contributing
66
66
67
67
Contributions are welcome! Whether it's bug reports, feature requests, or pull requests - all feedback helps make this extension better.
68
68
69
-
### Development Setup
69
+
### 🔧 Development Setup
70
70
71
71
1. Clone the repository
72
72
2. Open `src/CodingWithCalvin.OpenInNotepadPlusPlus.slnx` in Visual Studio 2022 or 2026
73
73
3. Ensure you have the "Visual Studio extension development" workload installed
74
74
4. Press F5 to launch the experimental instance
75
75
76
-
## License
76
+
## 📄 License
77
77
78
78
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
0 commit comments