Files
kotlin-fork/idea/resources/intentionDescriptions/ExtractDeclarationFromCurrentFileIntention/description.html
T
Vadim Brilyantov 0ec3d15218 #KT-19924: Fix usability issue with extract declaration from file intention
Fix ExtractDeclaration intention name in tests

Fix ExtractDeclaration intention folder and description to avoid "not found Dir URL" exception
2019-02-26 15:35:15 +03:00

5 lines
166 B
HTML

<html>
<body>
This intention extracts a top-level class or object from current file and places it in a separate one in the same package and directory.
</body>
</html>