PY-20801 "Convert to variable annotation" for simple assignments
authorMikhail Golubev <mikhail.golubev@jetbrains.com>
Thu, 20 Oct 2016 14:57:09 +0000 (17:57 +0300)
committerMikhail Golubev <mikhail.golubev@jetbrains.com>
Mon, 24 Oct 2016 21:03:49 +0000 (00:03 +0300)
commit4a62193d9e98f73474e85d3383f8b71d39a27798
tree4cd3694a8a4e7d3becb5e947f66828be9fdaeabc
parent49edc7094b54b1a6ece19b13dd8c64aa15a24010
PY-20801 "Convert to variable annotation" for simple assignments
14 files changed:
python/resources/intentionDescriptions/PyConvertTypeCommentToVariableAnnotation/after.py.template [new file with mode: 0644]
python/resources/intentionDescriptions/PyConvertTypeCommentToVariableAnnotation/before.py.template [new file with mode: 0644]
python/resources/intentionDescriptions/PyConvertTypeCommentToVariableAnnotation/description.html [new file with mode: 0644]
python/src/META-INF/python-core-common.xml
python/src/com/jetbrains/python/PyBundle.properties
python/src/com/jetbrains/python/codeInsight/intentions/PyConvertTypeCommentToVariableAnnotation.java [new file with mode: 0644]
python/testData/intentions/PyConvertTypeCommentToVariableAnnotationIntentionTest/assignmentWithUnpacking.py [new file with mode: 0644]
python/testData/intentions/PyConvertTypeCommentToVariableAnnotationIntentionTest/badLanguageLevel.py [new file with mode: 0644]
python/testData/intentions/PyConvertTypeCommentToVariableAnnotationIntentionTest/chainedAssignment.py [new file with mode: 0644]
python/testData/intentions/PyConvertTypeCommentToVariableAnnotationIntentionTest/multilineAssignment.py [new file with mode: 0644]
python/testData/intentions/PyConvertTypeCommentToVariableAnnotationIntentionTest/multilineAssignment_after.py [new file with mode: 0644]
python/testData/intentions/PyConvertTypeCommentToVariableAnnotationIntentionTest/simpleAssignment.py [new file with mode: 0644]
python/testData/intentions/PyConvertTypeCommentToVariableAnnotationIntentionTest/simpleAssignment_after.py [new file with mode: 0644]
python/testSrc/com/jetbrains/python/intentions/PyConvertTypeCommentToVariableAnnotationIntentionTest.java [new file with mode: 0644]