Search found 9 matches

by aliazamrana
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: 18
Views: 41175

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 ...
by aliazamrana
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: 18
Views: 41175

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 ...
by aliazamrana
Thu Oct 24, 2024 9:18 am
Forum: IDEs for ESP-IDF
Topic: Espressif IDE tooltips not displaying correctly
Replies: 11
Views: 25913

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
by aliazamrana
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: 6757

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 ...
by aliazamrana
Thu Sep 14, 2023 9:37 am
Forum: ESP-IDF
Topic: Espressif IDE - how to run menuconfig?
Replies: 2
Views: 9598

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.
by aliazamrana
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: 4578

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 ...
by aliazamrana
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: 46758

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 ...
by aliazamrana
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: 46758

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 ...
by aliazamrana
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: 46758

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 ...

Go to advanced search