Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Idea: Snippets for some well-known services (postgres, redis, etc.), including common ports #86

Open
spotlesscoder opened this issue Feb 10, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@spotlesscoder
Copy link

Given that a user has created this file so far:

version: '3.8'

services: 
  elasticsearch:
    image: docker.elastic.co/elasticsearch
    ports: 

pressing enter should automatically open intellisense and suggest to add both the lines:

- 9200:9200
- 9300:9300

Because they are popular port mappings for elasticsearch

@bwateratmsft
Copy link
Contributor

Good suggestion! We recently started collecting feedback related to Docker Compose language editing over in microsoft/vscode-docker#2539. I've added your suggestion to our checklist there; I'll close this issue.

@vscodebot vscodebot bot locked and limited conversation to collaborators Mar 27, 2021
@bwateratmsft bwateratmsft reopened this Jan 26, 2022
@microsoft microsoft unlocked this conversation Jan 26, 2022
@bwateratmsft bwateratmsft transferred this issue from microsoft/vscode-docker Jan 26, 2022
@bwateratmsft bwateratmsft changed the title Autosuggest popular ports per service Idea: Snippets for some well-known services (postgres, redis, etc.), including common ports Jan 26, 2022
@bwateratmsft bwateratmsft added the enhancement New feature or request label Jan 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants