493 results found
-
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 -
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 -
7 votes
We are actively developing this capability right now. Stay tuned as we release our update.
-
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
-
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 -
A template for capacitorjs android app
A template for capacitorjs android app
I do make apps using capacitorjs which bundle the html,css,js (or any frontend framework code) to the assets of android app and use the android webview to show the UI.
required:-
Android toolkit
vscode (prefered)
android studio (optional)
nodejs/bunjs runtime6 votes -
I need to increase Wokrspace Limit
Could you increase my limit for projects
6 votes -
Offline availability
Thousands of developers, some of the very best developers are amongst them, do not have constant internet or frequent internet disruptions, it would be wise if a local VM or local installation could be available to assist them to also use IDX.
6 votesThis is a good suggestion and one we are looking at as a future capability to add to IDX!
-
More configuration options for Java Template
I would like to have more options when creating a Java project. Similar to the Spring Initializr on start.spring.io it should be possible to configure the Spring Boot version, the name of the project and especially the Java version!
6 votes -
Flutter export to Android
I would like the option to create an apk for my Flutter projects.
6 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.6 votes -
Desktop applications
Allow developers to use things, like C# WebForms, Electron or Tauri, the same way they can use Android/IOS emulators
6 votes -
Project Templates
The ability for users to initialize projects using set templates for their desires tech stacks. For example, allowing me to select a new Next.js project from the initialization page.
6 votes -
Make it easier to see Next.js dev server output.
It took me a long time to find the dev server output (in Output under IDX). It would be nice if it was easier to find.
6 votes -
6 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…
5 votes -
Complete IOS support for flutter projects.
Complete IOS support for flutter projects IOS Simulator, manage ISO files like XCode this will be game changing.
5 votes -
support for import repositories from Azure and GitLab
need support adding repositories like Azure, GitLab, and many more.
My project is in Azure DevOps. So I have an Azure repository. I want to explore idx and through development, I have to use idx, But there are no options to add Azure repo, so please consider it. I hope it gets soon.
5 votes -
symfony
Add a symfony template
5 votes
- Don't see your idea?