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. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It's not currently possible. I've filed an issue at #10970 to track that. |
Beta Was this translation helpful? Give feedback.
It's not currently possible. I've filed an issue at #10970 to track that.