529 results found
-
Monorepo support
Hello, Just discovering IDX, very exciting product!
I just set up a repo that is a monorepo, with /backend with a Nest.js server, and a /frontend with an Angular app.Is it possible to:
- Have both running, port 3000 and 8080, and allow each to communicate with each other?
- Set up monospace.json and specifyworking_directory
for each project listed?For the moment, should the monospace.json file live in the root of the repo, or nested at the root of each project?
29 votes -
1 vote
-
Add a docs link in the help menu
Please add a link to the tech docs @ https://developers.google.com/idx in the help menu (somewhere around here-ish https://screenshot.googleplex.com/3ncg4YcHRBRK9K2 maybe?) — thanks so much!
3 votes -
Generating a QR Code to make it easy to test on my phone!
While I can copy/paste a preview URL and have it working on my phone, sometimes that doesn't work - especially if my phone is on a different account than my OS. Or if I'm on an operating system that doesn't support all of this nicely.
It would be great to have a QR generator where I can preview my Web app or Flutter app directly on my phone with no added friction. It should "just work".
5 votes -
Add Gitlab and Bitbucket Support
Please add gitlab and other git public services support.
232 votesWe now have Gitlab and Bitbucket support. Watch our release video for more details! 🔥
There are a few more fit-and-finish changes we'll be making, so stay tuned for more updates.
-
Support SSH Session for Remote CLI
Intergrated terminal lacks functionality\ies of a local terminal. Can we add support for its SSH session? Maybe a documentation on how to do that would be helpful :)
71 votes -
Support Docker-in-Docker
IDX should support running Docker containers within the Docker container provided for the runtime, preferably by reusing the host's Docker daemon:
$ docker run -ti --rm -v /var/run/docker.sock:/var/run/docker.sock hello-world docker: permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post "http://%2Fvar%2Frun%2Fdocker.sock/v1.24/containers/create": dial unix /var/run/docker.sock: connect: permission denied. $ sudo docker run -ti --rm -v /var/run/docker.sock:/var/run/docker.sock hello-world docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?. See 'docker run --help'.
versus on Codespaces:
…$ docker run -ti --rm -v /var/run/docker.sock:/var/run/docker.sock hello-world Hello from Docker! This message shows that your installation appears to
17 votes -
Allow use of TypeScript on "Blank" projects
By default, a new blank project doesn't permit you to select TypeScript as a language, but it should.
45 votes -
Cloud Source Repositories
We need a way to clone a Cloud Source Repository?
Right now, when we try to paste a path using the http or SSH protocol, we get "Invalid repo URL format".
20 votes -
Tailscale integration
Provide a seamless integration with Tailscale so that the VM can be added as an ephemeral node on the user's tailnet and get access to private resources, such as a database or private Git server.
7 votes -
Support C#
Please support C# language
24 votes -
14 votes
-
3 votes
-
6 votes
-
12 votes
-
Should have a way to view the emulator
Needs a way to re-open the android emulator when it is accidentally closed without having to re-build the app
32 votes -
Page for shortcuts
Having a dedicated page to look after all the available shortcuts like a cheat sheet will be very helpful to improve productivity for example in the case of Flutter listing down all the supported shortcuts in a single page eg
- stful - Create StatefulWidget 2.stless - Create StatelessWidget
etc
2 votes -
Copy and paste across projects
It will be great if we could copy a file from one project and paste it in a different project (in another tab)
138 votes -
6 votes
-
Support Jupyter Notebooks and Python/R
Adding support for Jupyter Notebooks and customized Python/R kernels will enable data scientists to develop data and machine learning projects easily in IDX.
18 votesThis is a great suggestion! We are going to investigate what support here can look like and follow-up with you further for more details.
- Don't see your idea?