Use Completion for Container Names and Tags

Save a few typos and use completion to handle the container name and tag in a Dockerfile.

Invoke the Basic Completion feature using ⌃␣ (macOS) / Ctrl+Space (Windows/Linux) after the FROM directive in a Dockerfile and let the IDE assist you with the name and tag of the image you want to use.


Related Resources

Basic Code Completion
Basic Code Completion
Code completion out-of-the-box that helps you get the job done.
Code completion in Evaluate Expression, Watches or Conditional Breakpoints
Code completion in Evaluate Expression, Watches or Conditional Breakpoints
The debugger also has extensive code completion capabilities.
Code Completion in Language Injections
Code Completion in Language Injections
See how to use code completion inside strings and other places.