Open
Description
Describe the problem
I'm using the "Outline" view. The functions of the sketch are shown in the view when it is first opened, but when I edit the sketch the program outline disappears and is replaced with the message:
No outline information available.
To reproduce
The fault seems to be reproduced consistently by this procedure:
- Select File > New from the Arduino IDE menus.
- Press Ctrl+Shift+P to open the command palette
- Select "Toggle Outline View".
- Place the cursor at line 3
You should now see the correct outline of the program. - Press Enter three times.
The "OUTLINE" panel now shows "No outline information available".
Expected behavior
Program outline is updated in the "Outline" view as the sketch code is edited.
Arduino IDE version
2.0.0-beta.12-snapshot.4d8a7b8
Operating system
Windows
Operating system version
10
Additional context
The fault also occurs under conditions than the ones described in the reproduction instructions above.
I also encounter spurious results where outline components are missing or duplicated.
Additional reports
Issue checklist
- I searched for previous reports in the issue tracker
- I verified the problem still occurs when using the latest nightly build
- My report contains all necessary details