We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cacef7 commit 6c0ff8dCopy full SHA for 6c0ff8d
messages.json
@@ -1,5 +1,5 @@
1
{
2
- "install": "README.md",
+ "install": "install.txt",
3
"1.0.1": "messages/1.0.1.txt",
4
"1.0.2": "messages/1.0.2.txt"
5
}
messages/install.txt
@@ -0,0 +1,17 @@
+Thanks for installing C++ Classhelper!
+
+Usage:
+------
6
+1. Right-click on a folder where you want to create your C++ Class
7
+2. Enter a name and the input below (without file extension)
8
+3. Hit return and your class will be created
9
10
+HAVE FUN
11
12
+Customize:
13
+----------
14
15
+You can customize the file extension by changing extension in Preferences -> Package Settings -> C++ Classhelper -> Settings user
16
17
+See all available settings in Preferences -> Package Settings -> C++ Classhelper -> Settings Default
0 commit comments