Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.81 KB

refactor.md

File metadata and controls

42 lines (30 loc) · 1.81 KB

Features and modules

Refactor features

The refactor features currently supported include: Formatting, Text Formatting, and a variety of Code Actions.

Formatting

Range Formatting

Playground Rename1 Playground Rename2 Playground Rename3

This is a custom method for ALS. Using this method, you can rename a file and all its references inside the project. File Rename

Extract Declaration

Extract Declaration

Delete declaration

Delete declaration

Code Actions just available for RAML at the moment:

Extract to Fragment

Extract to Fragment

Extract to Library

Extract to Library

Extract Resource Type or Trait

Extract Resource Type

Convert to Json Schema

Convert to Json Schema

Convert to Raml Type

Convert to Raml Type