File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
5
5
}
6
6
7
7
group = " me.cjcrafter"
8
- version = " 0.1.0 "
8
+ version = " 0.1.3 "
9
9
10
10
repositories {
11
11
mavenCentral()
Original file line number Diff line number Diff line change 5
5
6
6
<!-- Public plugin name should be written in Title Case.
7
7
Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-name -->
8
- <name >PyCharm Getters and Setters</name >
8
+ <name >Python Getters and Setters</name >
9
9
10
10
<!-- A displayed Vendor name or Organization ID displayed on the Plugins Page. -->
11
11
<vendor email =" collinjbarber@gmail.com" url =" https://www.github.com/cjcrafter" >CJCrafter</vendor >
14
14
Simple HTML elements (text formatting, paragraphs, and lists) can be added inside of <![CDATA[ ]]> tag.
15
15
Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-description -->
16
16
<description ><![CDATA[
17
- Adds automatic getter/setter generation options to PyCharm
17
+ Adds getter/setter generation options to for Python. Right now, this is
18
+ only good for generating getter/setter properties if you are using Python's
19
+ private variables. In the future, there will be many options for generating
20
+ custom templates for your getters and setters.
21
+
22
+ Coming Soon:
23
+ - Deleters
24
+ - UI for choosing which properties
25
+ - type support
26
+
27
+ Usage is easy:
28
+ alt+insert > Generate > Getters and Setters
18
29
]]> </description >
19
30
20
31
<!-- Product and plugin compatibility requirements.
You can’t perform that action at this time.
0 commit comments