683 results found
-
Google colab
Google Colab is an awesome way to get access to workflows that require a GPU but a Jupyter notebook is not as powerful as working from an IDE.
This idea would be to allow IDX to open within or attach to a Google Colab VM for a more fully featured development experience for AI applications.
8 votes -
8 votes
We are actively developing this capability right now. Stay tuned as we release our update.
-
Add Firebase to flutter create options
When creating a flutter project you should have options to setup firebase with it
8 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.
8 votes -
IDX should support third-party repositories
IDX should support third-party repositories, not only GitHub, GitLab and Bitbucket. I cannot work on the code hosted on self-hosted Gitea repository
7 votes -
Able to drop more from templates
Able to post more projects
7 votes -
no AI
Add the "feature" to remove AI assistance for those of us who write code ourselves. The resources AI consumes would be better freed up or allocated elsewhere.
7 votes -
Use Desktop VS Code as another option
It would be nice if we can use Desktop VS Code or a Desktop client to allow us to use our existing configuration. Most Cloud IDEs have this.
7 votes -
Podman support (with systemd)
Please add OOTB support for running containers using Podman, with the possibility to use containers that utilize systemd
While adding
packages = [ pkgs.podman ];
podman will not run. Some of the issues might be related to the nix package, but some are related to the environment.
The default policy is missing and no
/var/tmp
. Had to fix this as follows:onCreate = { # this is to fix Podman: https://github.com/gbraad-devenv/idx/issues/3 setup-podman = '' mkdir /etc/containers/ cat >> /etc/containers/policy.json <<EOF { "default" : [ { "type": "insecureAcceptAnything"} ]} EOF mkdir /var/tmp ''; };
After these minor changes, podman can…
7 votes -
IDX UI templates
IDX is very nice and well built. Are the themes and components that IDX use available for use in applications?
It would be nice to have a designer to drag and drop Angular components from a palette and have it automagically generate the components. It would also make sense to allow us to use our own components in the palette.
Also along these lines, it would be nice if such a designer would allow you to connect @Input and @Output between elements and other services through an interface resembling a "patchbay" in the audio recording software world. So you could…
7 votes -
Project IDX API needed
We need an API that can create IDX workspace, add collaborators through API calls so new workspaces can be created by users of our freelancing website and later on when a worker is assigned to a project we can add a collaborator via API.
7 votes -
Sveltekit support
Sveltekit support would be a great enhancement and I would love to use it.
An easy end-to-end integration of SSR with Firebase would probably attract a lot of Frontend Devs.
I have this working for a little side project I am working on, so I know it is absolutely possible.7 votes -
Cloud native backend template
Add Cloud native backend template / integration with tools like Serverless framework, Openshift, Docker app, etc or even with popular cloud services such as aws lambda, step functions, multiservice (eventbridge boilerplate) or AzC / GCP equivalents...
7 votes -
integration and compatible with vscode
I request that since both vscode and idx have very very similar ui i just wish that my settings will easily export from one to another like both of them have "code runner" extension by "Jun Han" in vscode marketplace and by "formulahendry" in idx if i change anything in settings my shortcuts and so on in this extensions or rather in general i wish im able to easily access my files from github( since every devceloper uses it) or even google drive, local file directory or any other thing i should be able to sync all my settings, extensions,…
7 votes -
Be able to run the firebase emulator in IDX
I love that i can connect to a production firebase environment, but can you make it so i can run my emulators from within IDX? i managed with the firebase-tools to setup everything but i just get an error when doing
firebase emulators:start
…i emulators: Starting emulators: auth, functions, firestore ⚠ firestore: Error when trying to check port 8080 on ::1: Error: listen EADDRNOTAVAIL: address not available ::1:8080 ⚠ firestore: Port 8080 is not open on localhost (127.0.0.1,::1), could not start Firestore Emulator. ⚠ firestore: To select a different host/port, specify that host/port in a firebase.json config file: { //
7 votes -
Allow generating an .idx file after already initializing a project
I want to "Enable Nix for this workspace" after the fact, say if I have created or imported a new IDX project. I note that it appears I can manually create a
.idx/idx.json
file.7 votes -
Project IDX look and feel
Hi guys, I really like the general idea of the project, but I really think you need to give ir another feel, it cant´t be just like VS Code, you guys need to come up with google 's own look at least
7 votes -
Fix login issues for people who registered with a non-Google email/account
Would love to open a bug report but I'm not allowed to do so, for the same reason for which I probably can't log in Project IDX.
7 votes -
7 votes
-
Bookmarks
Bookmarks for Gemini Assistant while working on a project. Like if im working on a feature for app and i have to complete 3 tasks/steps to complete that feature, while working on step 1( which my require fixing errors etc.) other steps gets lost in the chat and require scrolling back and further. A cool feature would be to bookmark certain messages/plans/steps so we can refer back and insert quickly into Gemini chat.
6 votes
- Don't see your idea?