Packages

package library

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait ExtractDeclarationsToLibrary extends CodeActionResponsePlugin
  2. 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

  3. trait ExtractToLibraryKind extends CodeActionKindTitle

Value Members

  1. object ExtractRamlToLibraryCodeAction extends CodeActionFactory with ExtractToLibraryKind with Serializable

Ungrouped