-
Notifications
You must be signed in to change notification settings - Fork 121
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
Espressif-IDE Code Formatting not working (IEP-1349) #1072
Comments
Hi @sanderdb01, some options don't work with the new LSP editor that we are using. You can still use some Source commands with the right click inside the editor. For the formatting you can try the default key combination Note that the formatter settings could be changed by editing the |
got you, thank you for the response. Is there a way to auto comment? Usually on other IDEs I can do cmd/ctrl+ '/' to comment out a line, but that does not work here. According to the IDEs shortcuts, it should be cmd+shift+/, but when I press that, the help search comes up (even if I am clicked into a c file so that should have focus). Thanks. |
Hi @sanderdb01, the default combination for commenting out the line in the LSP editor is Thank you |
great, thanks. I modified that and it worked. Why does it not work when it is under C/C++ Editor? Just curious. |
When I open a c file in the editor, none of the shortcuts or code editing works. When I click "Source" on the menu bar, everything in grayed out. I tried resetting my perspective to C/C++, but that still did not solve it. I am on a Mac if that helps. Thanks.
The text was updated successfully, but these errors were encountered: