Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tjx666 opened this issue Jul 19, 2024 · 0 comments
Open

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

tjx666 opened this issue Jul 19, 2024 · 0 comments
Assignees

Comments

@tjx666
Copy link

tjx666 commented Jul 19, 2024

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>;

@zardoy zardoy assigned Ilanaya, tjx666 and zardoy and unassigned Ilanaya Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants