683 results found
-
2 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 -
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…
17 votes -
5 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.
30 votes -
A Watery, or Electric Storm Background Theme
As the current trend for dark Theme has really taken off, except with a lot of YouTubers apparently. I thought a moving background would be an amazing next generation move. There's been not much custom control generated, and like in a browser one can have some pretty cool backgrounds, or with 3-D graphs and such. I, for one, would enjoy a pleasant small ripple/wave effect, if nothing more than to help the aesthetic, I believe it would also be relaxing and somewhat soothing.
5 votes -
You
You
3 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!
4 votes -
Languages: make IDX polygot so anyone from any country and language may at laaaaast find an IDE in HIS mother tongue and learn easily coding
Multilingual IDE: please make IDX polygot so anyone from any country and language may at laaaaast find an IDE in HIS mother tongue and learn easily coding
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.20 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.
4 votes -
Currency
Digital currency
4 votes -
4 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.
156 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.
-
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.
11 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)
148 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.
112 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 internet35 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.
-
Haskell Programming Language
It would be cool to see Haskell within backend templates.
4 votes -
physical emulator
Since emulators or simulators cannot access features such as camera, sound, etc., it is a physical emulator, that is, the user can use her own device as an emulator.
3 votes
- Don't see your idea?