Added "Open in IDE" functionality for Litho Components inside Flipper Layout Plugin
Summary: Dropdown menu to select IDE in which the Litho Component will be opened. Some Litho Components do not have corresponding Spec files. Hence, I am first trying to access files with Spec suffix and retrying if fails without the suffix. The number of such files is limited. [FB Only] changelog: It is now possible to directly open source files from the Layout inspector Reviewed By: adityasharat Differential Revision: D22922126 fbshipit-source-id: e1109c995427755a28ba78a65f5ff98392fb7060
This commit is contained in:
committed by
Facebook GitHub Bot
parent
a994683b2e
commit
95ae98d925
@@ -8,6 +8,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
export enum IDE {
|
export enum IDE {
|
||||||
|
'DIFFUSION',
|
||||||
'AS',
|
'AS',
|
||||||
'VSCODE',
|
'VSCODE',
|
||||||
'XCODE',
|
'XCODE',
|
||||||
|
|||||||
Reference in New Issue
Block a user