Can a language extension written in Visual Studio Code be used in Visual Studio 2017?Using Git with Visual Studio.gitignore for Visual Studio Projects and SolutionsDifference between Build Solution, Rebuild Solution, and Clean Solution in Visual Studio?Can you force Visual Studio to always run as an Administrator in Windows 8?Visual Studio debugging/loading very slowHow do you format code in Visual Studio Code (VSCode)How do I collapse sections of code in Visual Studio Code for Windows?Find and replace with a newline in Visual Studio CodeOpen files always in a new tabChange language of Visual Studio 2017 RC

Was Donald Trump at ground zero helping out on 9-11?

"Fewer errors means better products" or fewer errors mean better products."

How do I respond appropriately to an overseas company that obtained a visa for me without hiring me?

How can flights operated by the same company have such different prices when marketed by another?

Should 2FA be enabled on service accounts?

What is the oxidation state of Mn in HMn(CO)5?

How to innovate in OR

How does the barbarian bonus damage interact with two weapon fighting?

How to calculate points under the curve?

Why isn't LOX/UDMH used in staged combustion rockets now-a-days?

How does Asimov's second law deal with contradictory orders from different people?

Why didn't General Martok receive discommendation in Star Trek: Deep Space Nine?

Using Python in a Bash Script

Scam? Checks via Email

What is the full text of the song about the failed battle of Kiska?

Planting Trees in Outer Space

How to litter train a cat if both my husband and I work away from home all day?

Best practice for keeping temperature constant during film development at home

Why don't short runways use ramps for takeoff?

Why “deal 6 damage” is a legit phrase?

My employer is refusing to give me the pay that was advertised after an internal job move

A conjectural trigonometric identity

Move arrows along a contour

Word for giving preference to the oldest child



Can a language extension written in Visual Studio Code be used in Visual Studio 2017?


Using Git with Visual Studio.gitignore for Visual Studio Projects and SolutionsDifference between Build Solution, Rebuild Solution, and Clean Solution in Visual Studio?Can you force Visual Studio to always run as an Administrator in Windows 8?Visual Studio debugging/loading very slowHow do you format code in Visual Studio Code (VSCode)How do I collapse sections of code in Visual Studio Code for Windows?Find and replace with a newline in Visual Studio CodeOpen files always in a new tabChange language of Visual Studio 2017 RC






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








-1















I am writing a language extension in Visual Studio code (see this article for an example), and I wish to know whether this extension will be useable in Visual Studio 2017 (and 2019 when it comes out).










share|improve this question
































    -1















    I am writing a language extension in Visual Studio code (see this article for an example), and I wish to know whether this extension will be useable in Visual Studio 2017 (and 2019 when it comes out).










    share|improve this question




























      -1












      -1








      -1








      I am writing a language extension in Visual Studio code (see this article for an example), and I wish to know whether this extension will be useable in Visual Studio 2017 (and 2019 when it comes out).










      share|improve this question
















      I am writing a language extension in Visual Studio code (see this article for an example), and I wish to know whether this extension will be useable in Visual Studio 2017 (and 2019 when it comes out).







      visual-studio visual-studio-code






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 27 at 22:44







      celsound

















      asked Mar 26 at 21:58









      celsoundcelsound

      327 bronze badges




      327 bronze badges

























          1 Answer
          1






          active

          oldest

          votes


















          1














          According to the visual studio docs and especially to this picture it should be possible to migrate that language server to visual studio, too.

          However it is not possible to use the exact same extension for VS Code as well as for Visual Studio. At least you will have to change the Provider-specific intizialization code (see the picture) to make the server work for Visual Studio, too.

          For further reading you can check out the corresponding VS Code docu on language server.






          share|improve this answer
























            Your Answer






            StackExchange.ifUsing("editor", function ()
            StackExchange.using("externalEditor", function ()
            StackExchange.using("snippets", function ()
            StackExchange.snippets.init();
            );
            );
            , "code-snippets");

            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "1"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55366783%2fcan-a-language-extension-written-in-visual-studio-code-be-used-in-visual-studio%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            1














            According to the visual studio docs and especially to this picture it should be possible to migrate that language server to visual studio, too.

            However it is not possible to use the exact same extension for VS Code as well as for Visual Studio. At least you will have to change the Provider-specific intizialization code (see the picture) to make the server work for Visual Studio, too.

            For further reading you can check out the corresponding VS Code docu on language server.






            share|improve this answer





























              1














              According to the visual studio docs and especially to this picture it should be possible to migrate that language server to visual studio, too.

              However it is not possible to use the exact same extension for VS Code as well as for Visual Studio. At least you will have to change the Provider-specific intizialization code (see the picture) to make the server work for Visual Studio, too.

              For further reading you can check out the corresponding VS Code docu on language server.






              share|improve this answer



























                1












                1








                1







                According to the visual studio docs and especially to this picture it should be possible to migrate that language server to visual studio, too.

                However it is not possible to use the exact same extension for VS Code as well as for Visual Studio. At least you will have to change the Provider-specific intizialization code (see the picture) to make the server work for Visual Studio, too.

                For further reading you can check out the corresponding VS Code docu on language server.






                share|improve this answer













                According to the visual studio docs and especially to this picture it should be possible to migrate that language server to visual studio, too.

                However it is not possible to use the exact same extension for VS Code as well as for Visual Studio. At least you will have to change the Provider-specific intizialization code (see the picture) to make the server work for Visual Studio, too.

                For further reading you can check out the corresponding VS Code docu on language server.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Mar 27 at 11:17









                HaaLeoHaaLeo

                2,4552 gold badges8 silver badges26 bronze badges




                2,4552 gold badges8 silver badges26 bronze badges





















                    Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.







                    Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.



















                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Stack Overflow!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55366783%2fcan-a-language-extension-written-in-visual-studio-code-be-used-in-visual-studio%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

                    Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

                    Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript