Skip to content

Commit 3746b11

Browse files
committed
Merge branch 'master' into getset-window
# Conflicts: # build.gradle.kts # src/main/resources/META-INF/plugin.xml
2 parents 728c219 + a44e54a commit 3746b11

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/main/resources/META-INF/plugin.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,18 @@
1414
Simple HTML elements (text formatting, paragraphs, and lists) can be added inside of <![CDATA[ ]]> tag.
1515
Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-description -->
1616
<description><![CDATA[
17-
Adds automatic getter/setter generation options to JetBrains Python editors
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
1829
]]></description>
1930

2031
<!-- Product and plugin compatibility requirements.

0 commit comments

Comments
 (0)