package library
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait ExtractDeclarationsToLibrary extends CodeActionResponsePlugin with CreatesFileCodeAction
-
case class
ExtractRamlToLibraryCodeAction(params: CodeActionRequestParams) extends ExtractDeclarationsToLibrary with Product with Serializable
1- Check every declared in range (just first level from root?) 2- Add each element to Module() along with new Location 3- Add "uses" key for new file 4- change each reference for each declared and add
$alias.at the start of the label - trait ExtractToLibraryKind extends CodeActionKindTitle
Value Members
- object ExtractRamlToLibraryCodeAction extends CodeActionFactory with ExtractToLibraryKind with Serializable