-
-
Notifications
You must be signed in to change notification settings - Fork 468
Closed as not planned
Closed as not planned
Copy link
Labels
conclusion: duplicateHas already been submittedHas already been submittedcriticality: lowOf low impactOf low impacttopic: language serverRelated to the Arduino Language ServerRelated to the Arduino Language Servertype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
Describe the bug
There is a bug with "Peek Declaration" and "Peek Definition"
"Peek Declaration" does nothing!
"Peek Definition" shoes the declaration of functions instead of their definition
The same happens with "Go To...
To Reproduce
Steps to reproduce the behavior:
- Open Blink example
- right click on digitalWrite and select "Peek Declaration" -> noting happens
- right click on digitalWrite and select "Peek declaration" -> it shows the declaration in common.h
Expected behavior
It should work like in VSC, in this example
- "Peek Declaration" should show the declaration of the function in common.h
- "Peek Definition" should show the definition of the function in wiring_digital.c
Screenshots
- Peek Definition in Arduino IDE
- Peek Definition in VSC
Desktop (please complete the following information):
- macOS Catalina
- Version 0.0.1
Ma5t3rful
Metadata
Metadata
Assignees
Labels
conclusion: duplicateHas already been submittedHas already been submittedcriticality: lowOf low impactOf low impacttopic: language serverRelated to the Arduino Language ServerRelated to the Arduino Language Servertype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project