Extracting symbols via the UI is a fast and easy way to determine what needs to be extracted, and to pull it out.
This process can be broken down into a few steps:
-
Identify the functionality to be extracted via the UI. This can be done via the project-, file-, or symbol-level view.
-
Right-click the file (on the project-level view) or the symbol (on the file- or symbol-level view) and select “Extract…” from the Action Menu.
-
In the Symbol Extraction Pane in the File Explorer, ensure the right symbols and files are selected. These can be edited and removed if the wrong elements have been added to an extraction.
-
Click on the extract button and view the output codebase in the
napi_out
folder.