578 results found
-
not every developer prefers to use github
I like to use my local machines for version control for security reason and with Project IDX there seem to be no security as you can look at my code.
4 votes -
Global Nix configuration for applied to all workspaces
Add a nix file that is global and unique to a particular account which includes packages that a developer wants/needs in every workspace.
For example, neovim and its associated config is something I would want to use in every workspace, but other developers may not want that OR they may have an entirely different neovim config they want to use, making the dev.nix inside workspaces impractical.
While it is possible to manually edit every dev.nix with associated packages for each project. This, however, is inconvenient at best, and problematic at worst, especially if developers are collaborating on a repo and…
14 votes -
2 votes
-
Pause button for Gemini responses
I suggest that Gemini has a pause button while it's thinking so you can start reading responses instead of having to wait until it's done since the responses keep scrolling the screen.
3 votes -
A button to create Android and iOS emulators
It would've been great to be able to preview the apps on Android and iOS emulators straight from the UI without rebuilding the whole environment.
And generally, if that is possible with NIX, an option to change settings like aspect ratio etc.
25 votes -
4 votes
-
Enable IDX to work on GitLab.com Repos
I am working on GitLab.com with all of my Projects and Repos. I use heavily GitLab CI for my builds there. Please make it possible to work on a GitLab.com Public and Private repo.
The best thing would of course be also to have the possibility to have Self Managed GitLab repos in Google IDX.17 votes -
Enable import GitHub repo specific directory
Currently, "Import a repo" (when creating a new workspace) only works for cloning an entire repo.
- ✅ https://github.com/my-username/my-project (valid)
- ❌https://github.com/my-username/my-project/tree/main/examples/blog (not valid)
The ability to import a specific directory/path from a repo would be helpful, since many web frameworks have official examples in directories in a single repo.
Example:
- https://github.com/withastro/astro/tree/main/examples (Astro)
- https://github.com/vercel/next.js/tree/canary/examples (Next.js)Other online IDEs support this ability, such as Stackblitz, CodeSandbox.
102 votes -
Minecraft Mod Template
There should be a Minecraft Mod Template with some way to run it or preview it so that hobbyists like me can code these.
9 votes -
Support for PHP
Please can you add support for php and laravel.
We know it is old but it still powers majority of the internet31 votesWe have released a preview version of PHP support for you all to try out! :-)
https://community.idx.dev/t/check-out-our-new-backend-focused-templates/746
Feel free to reply in the forums itself with your feedback.
-
More storage per workspace
10GB seems lot, but it is very low. 50GB or minimum 35GB will be fine. Node_modules, extensions for development, etc. Please!
6 votes -
Browser's history integration
Allow for the Back and Next button on your browser to navigate through your IDE's file history... like in the desktop version of VS Code. A lot of times, just by muscle memory I have pressed the back button and accidentaly reloaded the whole IDE.
3 votes -
Able to drop more from templates
Able to post more projects
2 votes -
it should have the hot reload button in flutter enviroment like in android studio have.
when we changes the code of a file and that file is running in emulator then the emulator detects the empty file and goes red and then we have to hard restart the previews.
1 vote -
UI/UX design tool
It would be great if there was a design tool similar to Figma so that we could convert our design into code and integrate it with the help of Gemini.
13 votes -
Feature Request: iOS Simulator Support in Project IDX for Flutter
Project IDX has great potential, but expanding its iOS Simulator and Deployment to App Store capabilities would make it even more powerful. Here's what I propose:
iOS Simulator Integration - the capability to test and debug directly in Project IDX, without having to go into any macOS device;
App Store Deployment - deploying iOS applications directly in the App Store;
iOS Full Development Toolset: advanced debugging, performance profiling, and resource management.
This will not only smooth the workflow but also make ProjectIDX full-fledged for the all flutter developer. Let's unlock its full potential!
3 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 -
users should be able to connect their mobile phones to project idx to test apps
emulators are slow to test the android apps built in flutter . i want to connect my mobile phone to idx so i can test apps fastly.
3 votes -
Show proposed changes inline in the file like Windsurf
Instead of showing proposed changes in the chat, show it right in the file, that's much more intuitive. Also completing all steps and asking me to "Accept All" or "Reject All" after is more intuitive than accepting 1 step at a time.
3 votes -
3 votes
- Don't see your idea?