Hello, I'm new to Arduino and discovering the IDE 2.0.3 platform.
My system is MacOs Ventura 13.0.1 : in the IDE editor, selecting a variable name in the code then "Go to definition" or "Go to Symbol" lead to nothing; even the precious "Refactor..." does nothing ("No refactorings available"). Finally the auto-completion doesn't work (desperately displays "Loading..."). An idea ?
Thanks
Bernard
J-M-L
December 9, 2022, 2:56pm
2
I moved your post to the IDE 2.0 forum where the team might better see your ask.
Note that you already asked in the French forum and double posting is not the best practice here.
for refactoring, that's likely this
opened 02:37PM - 04 Sep 22 UTC
priority: medium
topic: code
type: imperfection
phase: design
criticality: medium
### Describe the problem
Right clicking on the sketch editor view opens a con… text menu that offers various useful operations that can be done on the selection:

🐛 The "**Refactor...**" and "**Source Action...**" context menu items don't appear to be usable with Arduino sketches. They increase the complexity and clutter of the Arduino IDE user interface without adding anything of value.
### To reproduce
1. Select any code in the sketch editor view.
1. Right click on the selection.
1. Select "**Refactor...**" from the context menu.
😕 A tooltip appears: "**No refactorings available**"
1. Right click on the selection.
1. Select "**Source Action...**" from the context menu.
😕 A tooltip appears: "**No source actions available**"
### Expected behavior
All items in the editor context menu are useful.
### Arduino IDE version
2.0.0-rc9.2.snapshot-20cc34c
### Operating system
Windows, Linux
### Operating system version
Windows 10, Ubuntu 20.04
### Issue checklist
- [X] I searched for previous reports in [the issue tracker](https://github.com/arduino/arduino-ide/issues?q=)
- [X] I verified the problem still occurs when using the latest [nightly build](https://github.com/arduino/arduino-ide#nightly-builds)
- [X] My report contains all necessary details
1 Like
system
Closed
June 7, 2023, 2:57pm
3
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.