Improve open in ide functionality for bloks
Summary: A few enhancements: 1. we use the component name when using big grep search and looking up in codehub instead of big grep search 2. diffusion renamed to code hub Differential Revision: D46934805 fbshipit-source-id: c818b2937256cbeaabfdfc0a191706ebdecb716b
This commit is contained in:
committed by
Facebook GitHub Bot
parent
80673f7832
commit
a24934cad2
@@ -42,6 +42,7 @@ export const IdentityInspector: React.FC<Props> = ({node}) => {
|
|||||||
</Row>
|
</Row>
|
||||||
|
|
||||||
<CodeInspector
|
<CodeInspector
|
||||||
|
name={node.name}
|
||||||
qualifiedName={node.qualifiedName}
|
qualifiedName={node.qualifiedName}
|
||||||
tags={node.tags}
|
tags={node.tags}
|
||||||
androidId={node.inlineAttributes['id']}
|
androidId={node.inlineAttributes['id']}
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ import React from 'react';
|
|||||||
import {Tag} from '../../../../types';
|
import {Tag} from '../../../../types';
|
||||||
|
|
||||||
type CodeInspectorProps = {
|
type CodeInspectorProps = {
|
||||||
|
name: string;
|
||||||
tags: Tag[];
|
tags: Tag[];
|
||||||
qualifiedName: string;
|
qualifiedName: string;
|
||||||
lineNumber?: number;
|
lineNumber?: number;
|
||||||
|
|||||||
Reference in New Issue
Block a user