Shared Text Editor Settings in VS2015

Sysprogs forums Forums VisualGDB Shared Text Editor Settings in VS2015

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #22023
    hvbill
    Participant

    Hi!

    We would like to share the text editor settings (like tab and indent size and formatting) between all our developers. But I don’t find a way to export the “C/C++ (VisualGDB)” settings from VS2015. Can you please help me?

    Best Regards

    Daniel

    #22041
    support
    Keymaster

    Hi,

    Thanks for reporting this. We have rechecked the VS2015 setting exporting logic and it indeed looks like it skips the custom language service settings (such as VisualGDB) by default. As fully fixing this would require a relatively large investigation/change on our side, we would instead suggest using one of the workarounds below:

    • First of all, you can change the values via registry (HKEY_CURRENT_USER\SOFTWARE\Microsoft\VisualStudio\14.0\ApplicationPrivateSettings\TextEditor\C/C++ (VisualGDB))
    • Alternatively, if you are using the VisualGDB’s team settings engine, we could extend it to share the common Clang IntelliSense settings

    Let us know if you would like us to extend the team settings engine to handle this.

    #22063
    hvbill
    Participant

    The registry workaround will most likely work for us.

    Is the behaviour different in VS2017?

    #22069
    support
    Keymaster

    Hi,

    Unfortunately it’s a bit more complicated. VS2017 uses private registry files that need to be programmatically mounted before you can make modifications to them. We could easily provide example code for doing that if you would like to try it out.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.