Is it possible to change the file extension of files created when using the "Create Declaration / Definition" context menu action? #10969
|
It seems (or maybe I'm wrong) that in c++ header files, using the "Create Declaration / Definition" context menu action on a declaration will always create definition files with ".cpp" as the file extension. Is it possible to change that file extension to anything else? (Ex. ".cc" or ".cxx"?) I tried looking through the source code and found the following code for the extension client that handles the server response, but it's not very enlightening into what the server side does. I gave a few minutes of Also potentially loosely related: #1341. |
Answered by
sean-mcmanus
May 18, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's not currently possible. I've filed an issue at #10970 to track that.