Search found 9 matches
- Wed Dec 04, 2024 1:03 pm
- Forum: IDEs for ESP-IDF
- Topic: Very disappointed in the decision to use the C/C++ (LSP) editor
- Replies: 13
- Views: 17000
Re: Very disappointed in the decision to use the C/C++ (LSP) editor
I tried the v3.1.0, but inactive code is still marked as comment instead of just background highlight of whole block while keeping original syntax highlight. Unless I missed some settings? See https://github.com/clangd/vscode-clangd/pull/193#issuecomment-1502199447 for reference. Hi Please see the ...
- Wed Dec 04, 2024 12:59 pm
- Forum: IDEs for ESP-IDF
- Topic: Very disappointed in the decision to use the C/C++ (LSP) editor
- Replies: 13
- Views: 17000
Re: Very disappointed in the decision to use the C/C++ (LSP) editor
The CDT LSP Editor is based on TextMate in eclipse. So for now there are a few options for you to configure this and get around the issue of inactive code being highlighted as a comment. The easiest is to just switch the theme. If you right click on the opened file in the editor you can see this opt...
- Thu Oct 24, 2024 9:18 am
- Forum: IDEs for ESP-IDF
- Topic: Espressif IDE tooltips not displaying correctly
- Replies: 11
- Views: 18085
Re: Espressif IDE tooltips not displaying correctly
Hi please try to download the latest Espressif-IDE offline installer. It should resolve the issues with clangd
Thanks
Thanks
- Fri Jun 14, 2024 8:04 am
- Forum: IDEs for ESP-IDF
- Topic: Espressif-IDE v3.0.0 (stable) --- Can not get Code format to work
- Replies: 6
- Views: 5955
Re: Espressif-IDE v3.0.0 (stable) --- Can not get Code format to work
I can see lots of improvements in the Eclipse IDE V3.0.0 however I can not change the C Code Formatter off default. I use a custom format (like GNU) but even though I select it the Source -> Format always seem to use K&R Built in. I can not even select other built in formatters or use "Project spec...
- Thu Sep 14, 2023 9:37 am
- Forum: ESP-IDF
- Topic: Espressif IDE - how to run menuconfig?
- Replies: 2
- Views: 5799
Re: Espressif IDE - how to run menuconfig?
Hi,
Thank you for your appreciation.
You can simply double click the sdkconfig in the project explorer it will open it in a specific editor and it contains all the menuconfig options in a user friendly editor.
Feel free to reach out if you need any more help.
Thank you for your appreciation.
You can simply double click the sdkconfig in the project explorer it will open it in a specific editor and it contains all the menuconfig options in a user friendly editor.
Feel free to reach out if you need any more help.
- Fri May 19, 2023 9:14 am
- Forum: IDEs for ESP-IDF
- Topic: Espressif IDE keeps saying that a different IDF path was found when starting up
- Replies: 1
- Views: 3798
Re: Espressif IDE keeps saying that a different IDF path was found when starting up
Hi Thank you for reporting the issue to us. We are working on a fix for this until then you can try to manually configure your esp_idf.json file which is located in the root of the IDE directory. The file will contain the IDF path that is pointing to the old version 4.4 since you installed it via th...
- Thu Nov 11, 2021 7:15 am
- Forum: IDEs for ESP-IDF
- Topic: How to install and use Eclipse properly to build example codes
- Replies: 11
- Views: 44010
Re: How to install and use Eclipse properly to build example codes
I have only been working with the sample "Hello_World" and "blink" projects. I've only modified the main source code a little bit, and somehow I got "Hello_World" to work in Eclipse but not "blink". I really need to learn more about Eclipse which will be more convenient to edit, build, flash, and r...
- Wed Nov 10, 2021 11:39 am
- Forum: IDEs for ESP-IDF
- Topic: How to install and use Eclipse properly to build example codes
- Replies: 11
- Views: 44010
Re: How to install and use Eclipse properly to build example codes
I installed the ESP-IDF suite on Windows 10 according to the information in https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/index.html, and it somehow got installed on my C:\users\public\desktop\edf-ide-2 folder. The desktop also has the shortcut links to ESP-IDF 4.3 CMD, ES...
- Wed Nov 10, 2021 11:11 am
- Forum: IDEs for ESP-IDF
- Topic: How to install and use Eclipse properly to build example codes
- Replies: 11
- Views: 44010
Re: How to install and use Eclipse properly to build example codes
Hi You are right about installing it in a proper user directory because anything not in user directory often requires the admin privileges to run. If you are not seeing this in the General software installation manager in windows you can remove the folders and install in proper directory if you used...