File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 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 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
18
29
]]> </description >
19
30
20
31
<!-- Product and plugin compatibility requirements.
You can’t perform that action at this time.
0 commit comments