Skip to content

[feat] go to reference direct jump to component used position #217

Open
@tjx666

Description

code:

const Comp = ({ children }: { children: any }) => {
  return <div>Test</div>;
};

export default function App() {
  return <Comp>6666666666</Comp>;
}

default behavior: open peek view

image

expect behavior:

go to line return <Comp>6666666666</Comp>;

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions