emacs mode
#4450
Replies: 4 comments
-
Why not use the python mode? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello lperron, Thanks for the response. Is or-tools' syntax coloring and indentation scheme compatible with python? It would be nice if so. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The are no languages in or-tools, only libraries.
Le dim. 24 nov. 2024, 09:54, andreltr ***@***.***> a écrit :
… Hello lperron,
Thanks for the response. Is or-tools' syntax coloring and indentation
scheme compatible with python? It would be nice if so.
—
Reply to this email directly, view it on GitHub
<#4450 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACUPL3PUL6MFLYIHPDL2VCT2CGH5NAVCNFSM6AAAAABSK6NGXSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCMZWGE3TSNQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
For C++ you have the cmake option: Lines 18 to 19 in d2badaa which should provide a compile_commands.json in the build dir, that you can symlinkln -s <build>/compile_commands.json . .Most completer/lsp can use it to provide C++ completion (helix, nvim, vscodium)... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
Is there an emacs mode for or-tools developed by someone available?
TIA,
--
Andre Luiz Tietbohl Ramos, PhD
Beta Was this translation helpful? Give feedback.
All reactions