Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 598 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 598 Bytes

Super Sharp

Provides some missing refactoring features for C#

Whats new

Add constructor injected dependencies from anywhere inside a class. The refactor is only available when the cursor is inside a class that contains a constructor.

Features

Move class | enum | interface | struct to new file.

When creating a new class it will detect and use the namespace of the current document and remove that type from the current document.