554 results found
-
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)
139 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.
6 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 -
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 -
Persist Environment Settings Across Sessions
If you customize your panels, themes, fonts, colors, and other settings, we want to ensure your customizations are persisted the next time you access Project IDX.
138 votesAs part of our recently released preview of our Nix extensibility work, we persist all changes in your home directory. We are exploring additional ways of being able to persist changes between VM sessions.
-
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…
13 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.
-
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 -
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.
97 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 -
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 -
Google App script support
hi, i hope project IDX can support for google app script development directly..... cause current app script editor is limited feature..
9 votes -
You
You
2 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.
8 votes -
Add mobile friendly UI for code editor
Also add option for switching to mobile friendly ui inside code editor.
16 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.
2 votes -
Pemasaran global
Pemasaran global
2 votes -
Allow physical device connection for flutter
It would be totally awesome if you could use a real device to debug your apps in Flutter. I know it might be impossible, at least for IOS since compilation occurs in an insolated virtual container that is not linked in anyway to your device. However in Android it might be more feasible, since Android it's more flexible with security. This would make Flutter development accessible to anyone, I would totally switch my macbook for this.
35 votes -
Support Ruby on rails
It would be great to support RoR framework and ruby language and have a template for quickly building cloud ready applications in RoR. Also it would be great if you have other extra add-ons to that project template.
For ex. Ror with vue integration, scss integration etc31 votesWe have released a preview version of our Ruby 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.
-
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.
3 votes
- Don't see your idea?