1077 results found
-
Ability to saved custom made dev.nix configs for future projects
Since IDX is using nix files to configure an environment, it would probably be best for us to create and save these files and be able to import it into another/future project.
Specifically "imported from repos" and blank workspaces. That way we wouldn't have to recreate the file or save it in another place when you can just access it from IDX itself.
3 votes -
Better Debugging Support for Web Projects
We want to make identifying (and fixing!) issues in code as natural as it can be, fully from inside your browser without any additional configuration.
29 votesThanks for this feedback! We are actively working on this right now and will share updates (and working implementations!) shortly.
-
Change the code automatically when I ask Gemini
Change the code automatically when I ask Gemini, not copy and paste or modify it myself, if I ask him to add it... he has control over the workspace
3 votes -
Grant access to use authentication for login and registration
I created a login and registration system in Next JS using Next Auth using Google's 0auth, but when the feature is run it is always blocked by a proxy or firewall from the IDX project, even though when I run it on my local PC it is normal
1 vote -
Notes Section for VS Code Extensions
While GoogleIDX loads projects faster, setting up a new one requires switching to VS Code to check extensions. Could you add a simple "Notes" section to projects specifically for listing required VS Code extensions? This would save time and keep everything in one place.
Thanks!
3 votes -
Support Jupyter Notebooks and Python/R
Adding support for Jupyter Notebooks and customized Python/R kernels will enable data scientists to develop data and machine learning projects easily in IDX.
26 votesThis is a great suggestion! We are going to investigate what support here can look like and follow-up with you further for more details.
-
Support Docker-in-Docker
IDX should support running Docker containers within the Docker container provided for the runtime, preferably by reusing the host's Docker daemon:
$ docker run -ti --rm -v /var/run/docker.sock:/var/run/docker.sock hello-world docker: permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post "http://%2Fvar%2Frun%2Fdocker.sock/v1.24/containers/create": dial unix /var/run/docker.sock: connect: permission denied. $ sudo docker run -ti --rm -v /var/run/docker.sock:/var/run/docker.sock hello-world docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?. See 'docker run --help'.versus on Codespaces:
…$ docker run -ti --rm -v /var/run/docker.sock:/var/run/docker.sock hello-world Hello from Docker! This message shows that your installation appears to23 votes -
1 vote
-
Work in real-time across devices
Let me work on the same project from multiple devices at the same time in real-time for ergonomics.
I want to type on my phone and see it appear on my laptop. Or type on my laptop and see it appear on my phone.
6 votes -
Access in Iran
Hello, please allow access to use IDX for Iranian developers.
3 votes -
Please Add Old Language Programming Like COBOL
Maybe this is not necessary or important to most peoples. But, it will be good if all programming language is applied to Project IDX, so people can choice what programming language they will use. For me, I need to use COBOL because of my work. It will helpful if developer can reach this request.
1 vote -
su: Permission denied
Allow switch to superuser account (root)..
# .idx/dev.nix packages = [ pkgs.sudo ];test-2596052:~/test$ sudo sudo: /etc/sudo.conf is owned by uid 65534, should be 0 sudo: /usr/bin/sudo must be owned by uid 0 and have the setuid bit setI get that error while using sudo installed from nix package
4 votes -
status indicator for network / server / vm / status.idx.dev in workspace,
Somewhere in the bottom of the workspace window, it would be cool to have the option to see the status of the connection, like network quality, and maybe even VM load, etc,
Sometimes, interaction gets slow, like syntax highlighting and the response from Gemini, etc. It makes me wonder if it's my connection or the server/vm I'm on.
Having something as simple as colored bars showing network and server health would be helpful.1 vote -
13 votes
We are actively developing this capability right now. Stay tuned as we release our update.
-
Thanks
You can never imagine what a revolutionalizing project you have created. You just made my whole life releasing this advanced tool enabling me to create in the environments and frameworks I could never have been able to use due to my low system resources but now I just need the broser chrome and I have everything to develop and work upon.
Thank You from the bottom of my heart for allowing me to use this worthy tool for free.
1 vote -
Add the "Microsoft" Extensions
We want Microsoft-made extensions to be present, such as support for TypeScript, Python, etc
4 votes -
Hi can we run IDX within a Google Cloud VPC? Or can we whitelist IPs?
Hi can we run IDX within a Google Cloud VPC? Or can we whitelist IPs?
1 vote -
6 votes
-
Map vim commands correctly
I've been used for a long time the "Vim" extension for vscode, for example.
I started the IDX and the first thing I did was install this extension.
When I try to switch between panels using "ctrl+w+h", for example, the browser window asks me if I want to leave the page.
So, if the Vim extension could map correctly your keymaps without the influence of the current browser maps, it was amazing.
4 votes -
Add Scala Template
I would like to see a Scala Template! I would love to see GraalVM and Metals within it.
1 vote
- Don't see your idea?