Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
November 16, 2021 09:54 pm GMT

The newest Docker VS Code extension feature youre not using

As Dockerusagehasgrown,Docker Compose has becometheleaderinrunningmulti-service applicationslocally.Unfortunately,as yourapplicationexpandsand more servicesmustcommunicate, weve found authoring these Compose filescan becomearduous, time consuming, andmistake prone.We wanttomake writing Compose files withvolumes, ports, and multipleservicesmuch easier.

Today, wed like to announcetheDocker Compose Language Service in the Docker Extension for VS Code.Thats right, the Docker Extension will now provide Docker Compose files with IntelliSense,Tooltips, and syntax validation. Here are a few of the incoming features inour 1.18 release:

  • IntelliSense tab completions (i.e. volumes, ports)

Gif showing tab completions

  • Tooltips for Compose keywords (i.e.services, image)

Gif showing a tooltip from hovering

  • Right-clicktoformata Compose file(Shift + Alt + F)
  • YAML Syntax Validation
  • Hyperlinks for Docker Images

In our 1.18 release, this feature will be on by default, so we hope you enjoy it!

There are more improvements to come!Staytunedfor these features:

  • More tab completions
  • Docker Compose schema validation
  • and much more!

We love your feedback! If you have any commentsor ideas on our Compose language support, feel free to submit an issue to theCompose Language Service Repoor theVS Code Docker Repofor general feedback.


Original Link: https://dev.to/uche_nkadi/the-newest-docker-vs-code-extension-feature-youre-not-using-68n

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To