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

Computing proposales not working (IEP-1364) #1078

Open
jh-elec opened this issue Nov 8, 2024 · 5 comments · May be fixed by #1086
Open

Computing proposales not working (IEP-1364) #1078

jh-elec opened this issue Nov 8, 2024 · 5 comments · May be fixed by #1086
Assignees

Comments

@jh-elec
Copy link

jh-elec commented Nov 8, 2024

Describe the bug
autocomplete not worked

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
Unbenannt

Espressif-IDE Product Information:
Operating System: windows 10
Java Runtime Version: 21.0.5+11-LTS
Eclipse Version: 4.33.0.v20240903-0240
Eclipse CDT Version: 11.6.1.202406241230
IDF Eclipse Plugin Version: 3.1.0.202410070705
ESP-IDF v5.3.1-dirty
Python set for IDF_PYTHON_ENV: Python 3.11.9

Eclipse Error log:
err.log

@github-actions github-actions bot changed the title Computing proposales not working Computing proposales not working (IEP-1364) Nov 8, 2024
@sigmaaa
Copy link
Collaborator

sigmaaa commented Nov 12, 2024

Hi @jh-elec,

I've noticed that the launch bar is missing. It's necessary for building the project with the correct target and configuration.
Could you check if the LaunchBar is installed in the CDT plugin? Please try the following:

image

If it's installed, but the launch bar is still missing, check the preferences:
In eclipse go to Window -> Preferences -> Run/Debug -> Launching -> Launch Bar
image.

After turning on the launch bar, selecting the target, and building the project, the LSP editor options should be set automatically. Please check this #1074 (comment) to find more details. Thanks

@jh-elec
Copy link
Author

jh-elec commented Nov 12, 2024

hi @sigmaaa,

I installed and set it up as you described. unfortunately without success.

my eclipse tries all the time without success
"Initializing langauge Server C/C++" and remains at 28%.
Is that normal?

init_langauge_err

@sigmaaa
Copy link
Collaborator

sigmaaa commented Nov 12, 2024

Hi @jh-elec,

"Initializing langauge Server C/C++" and remains at 28%.
Is that normal?

No, usually this process is completed without problems. Could you please share the error log during that process hangs?
Also, could you please check if you are having the same issue on the Espressif-IDE https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-3.1.0-win32.win32.x86_64.zip. It's lightweight and contains all the prerequisite plugins. You have only select the path to the existing esp-idf via tools manager after opening it for the first time. Thanks

@jh-elec
Copy link
Author

jh-elec commented Nov 13, 2024

I tried it with the other IDE and the result is exactly the same. Init. Langauge Server stalls at 28%.

err.log

grafik

@sigmaaa
Copy link
Collaborator

sigmaaa commented Dec 2, 2024

Hi @jh-elec,

I'm sorry for not getting back to you sooner. We weren't able to reproduce this problem until today. The problem you are facing is due to a space in the build folder path
image

Here is an Espressif-IDE build with a fix https://github.com/espressif/idf-eclipse-plugin/actions/runs/12119729394/artifacts/2261424278
or you can use the update site https://github.com/espressif/idf-eclipse-plugin/actions/runs/12119729394/artifacts/2261423680

@sigmaaa sigmaaa self-assigned this Dec 2, 2024
@sigmaaa sigmaaa linked a pull request Dec 2, 2024 that will close this issue
5 tasks
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

Successfully merging a pull request may close this issue.

2 participants