Software Alternatives & Reviews

AI Assistance for Software Developer Productivity – The Good, The Bad & The Ugly

Visual Studio IntelliCode GitHub Copilot
  1. Visual Studio IntelliCode is an experimental set of AI-assisted development capabilities for next-generation developer productivity.
    Microsoft have been experimenting with adding AI assistance to software development since the release of Visual Studio IntelliCode in 2018. This Visual Studio extension aims to improve the developer experience by providing more “common sense” suggestions for the code being written. Some examples are, suggesting changes to ensure a consistent code style and changing the order of suggested methods and properties from IntelliSense to reflect how likely you are to use them.

    #Programming #Programming Tools #Coding 10 social mentions

  2. Your AI pair programmer. With GitHub Copilot, get suggestions for whole lines or entire functions right inside your editor.
    GitHub (owned by Microsoft) has also recently released a technical preview of GitHub CoPilot, which is described as an “AI pair programmer”. This provides AI assistance to complete the writing of repetitive code (such as mapping between two objects), helping write tests, or even suggesting entire methods based upon the name you start typing or a comment describing the desired result.

    #Developer Tools #Coding #Code Autocomplete 211 social mentions

Discuss: AI Assistance for Software Developer Productivity – The Good, The Bad & The Ugly

Log in or Post with