Java and VSCode: Tips and Tricks



Java and VSCode: Tips and Tricks

Java and VSCode: Tips and Tricks

Visual Studio Code (VSCode) is a great tool that is between a simple editor and an IDE, and the reason for that is because we can customize it according to our needs. In this session we’ll cover how we can transform VSCode into a powerful Java editor/IDE with full support to create projects (Spring, Quarkus or using your favorite framework). We’ll also learn how we can run these projects, run tests and use other tools that are common for Java developers.

Additional Resources:
Announcing the Visual Studio Code Installer for Java: https://devblogs.microsoft.com/java/announcing-visual-studio-code-java-installer/?WT.mc_id=events_jdconf
Java in Visual Studio Code: https://code.visualstudio.com/docs/languages/java?WT.mc_id=events_jdconf
Quickstart: Create a function in Azure using Visual Studio Code: https://docs.microsoft.com/en-us/azure/azure-functions/functions-create-first-function-vs-code?pivots=programming-language-csharp
Build a Java App for Azure Cosmos DB: https://docs.microsoft.com/en-us/learn/modules/build-cosmos-db-java-app/?WT.mc_id=events_jdconf
Automate Java Container Deployments With Azure Pipelines: https://docs.microsoft.com/en-us/learn/modules/deploy-java-containers/?WT.mc_id=events_jdconf
Azure Spring Cloud Workshop: https://docs.microsoft.com/en-us/learn/modules/azure-spring-cloud-workshop/?WT.mc_id=events_jdconf

Comments are closed.