Visual Studio Code
Code editing. Redefined Free. Open source. It runs everywhere. IntelliSense provides smart completions that go beyond syntax highlighting and autocomplete. It uses variable types, function definitions and imported modules to provide intelligent completions. You can debug code directly from the editor. You can attach or launch your apps, and debug with breakpoints, call stacks and an interactive console. It's never been easier to work with Git or other SCM providers. The editor allows you to review diffs and stage files, as well as make commits. Pull and push from any hosted SCM service. Want even more features? To add languages, themes, debuggers and connect to other services, install extensions. Extensions are separate processes that don't slow down your editor. Learn more about extensions. Microsoft Azure allows you to deploy and host your React (Angular), Vue, Node (and many more!) applications. Sites can store and query relational or document-based data and scale with serverless computing.
Learn more
SQL Server Data Tools (SSDT)
SQL Server Data Tools (SSDT), transforms database development by introducing an ubiquitous declarative model that spans all phases of database development within Visual Studio. To build, debug, maintain and refactor databases, you can use SSDT TransactSQL design capabilities. You can work directly with a connected database instance, or with a database project. Developers can use familiar Visual Studio tools for database development. Tools include code navigation, IntelliSense and language support that is similar to what is available for Visual Basic and C#. Also, platform-specific validation and debugging are possible. Declavicive editing can be done in Transact-SQL. SSDT also offers a visual Table Designer that allows you to create and edit tables in any of your database projects or connected databases. Version control can be used to manage all files while you work on your database projects in a group-based environment.
Learn more
Visual Studio
Full-featured IDE for coding, debugging, testing, and deployment to any platform. Code faster. Work smarter. Create the future using the best-in class IDE. From initial design to final deployment, you can develop with the entire toolkit. Improved IntelliSense performance when working with C++ files. Local development with a variety of emulators. Solution Explorer simplifies test access. The IDE now supports Git management, including repo creation. Microsoft Azure workload now includes Kubernetes.
Live Share allows you to instantly share your app with your peers, regardless of the type of app, programming language, or OS you are using. You don't need to set up an environment or clone the repo to start sharing.
Learn more
IntelliSense
IntelliSense refers to a variety of code editing features, including code completion, parameter information, quick info and member lists. IntelliSense features can also be called "code completion", content assist", and code hinting. Visual Studio Code IntelliSense can be used for JavaScript and TypeScript, JSON HTML, CSS, SCSS and Less. VS Code supports word-based completions for all programming languages. However, you can also configure VS Code to have richer IntelliSense through installing a language extension. A language service powers VS Code IntelliSense. Language services provide intelligent code completions that are based on language semantics as well as an analysis of your source code. The IntelliSense suggestions will appear as you type if a language service knows about possible completions. Continue typing characters and the list of members (variables or methods, etc.) will be filtered to only include characters that you have typed. Filtered to only include members that contain your typed characters
Learn more