-
Notifications
You must be signed in to change notification settings - Fork 12
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
Support format source code on file save #178
Labels
enhancement
New feature or request
Comments
This was referenced Aug 17, 2023
ghentschke
added a commit
to ghentschke/eclipse-cdt-lsp
that referenced
this issue
Aug 30, 2023
ghentschke
added a commit
to ghentschke/eclipse-cdt-lsp
that referenced
this issue
Sep 8, 2023
- separated editor from clangd preferences (needed for eclipse-cdt#178)
ghentschke
added a commit
to ghentschke/eclipse-cdt-lsp
that referenced
this issue
Sep 8, 2023
- separated editor from clangd preferences (needed for eclipse-cdt#178)
ghentschke
added a commit
to ghentschke/eclipse-cdt-lsp
that referenced
this issue
Sep 14, 2023
- separated editor from clangd preferences (needed for eclipse-cdt#178)
ghentschke
added a commit
that referenced
this issue
Sep 15, 2023
- separated editor from clangd preferences (needed for #178)
ghentschke
added a commit
to ghentschke/eclipse-cdt-lsp
that referenced
this issue
Sep 15, 2023
ghentschke
added a commit
to ghentschke/eclipse-cdt-lsp
that referenced
this issue
Sep 16, 2023
fixed by #207 |
ghentschke
added a commit
to ghentschke/eclipse-cdt-lsp
that referenced
this issue
Sep 19, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a C/C++ developer I want to format my source code on file save to ensure consistent formatting in my whole codebase/projects.
![image](https://private-user-images.githubusercontent.com/123444711/260923285-bc491965-0890-4313-9583-6fab7565a246.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyODU5MTQsIm5iZiI6MTczOTI4NTYxNCwicGF0aCI6Ii8xMjM0NDQ3MTEvMjYwOTIzMjg1LWJjNDkxOTY1LTA4OTAtNDMxMy05NTgzLTZmYWI3NTY1YTI0Ni5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQxNDUzMzRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT04ZDRmNDVmMmU1OTIwNmNiNDM2MGI5NWZkYzZhMGY2ZTM4YmEwMDE2Mjk0MzNlODllZTg3YWE4MTA3NmM4OWIwJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.HYyBIUiXhKEcRcFpb6EuhANOcgBo2yC3-Ebgl0pbJ3A)
The text was updated successfully, but these errors were encountered: