518 results found
-
Kotlin support
It's possible to add Kotlin + Gradle through NixOS packages, it'd be easier to have this as a template now (to fast-track Ktor, Android and KMP project creation later)
24 votes -
Deploy an iOS to the app store from IDX
Deploying an iOS app to the app store currently requires Xcode to build the IPA file and then the macOS transporter app to drop the IPA file into App Store Connect. It would be great to give developers the ability to publish an iOS app (built with Flutter or another framework) to App Store without needing to drop down to local apps on a mac machine.
24 votes -
Support C#
Please support C# language
24 votes -
Why can't just use apt?
Think with me...
I'm a fullstack dev, that uses Flutter to client-side and Node.js to the server-side.
That's why I downloaded at my personal linux computer, the following CLIs: node, npm and flutter.
But, when I started to try to use idx, I found an obstacle!
The terminal doesn't allow me to use neither apt nor snap, to download flutter SDK to my workspace(that was created by a GitHub repo).
So, I created another workspace, selecting "Flutter" this time.
And now, I can't use node, because APT is not allowed!
Neither sudo exists!(My terminal is bash)
user@monospace-getz-1702146325587:~/myapp$ npm
bash:…22 votes -
Add Dart templates
Dart official templates
21 votesWe have released a preview version of Dart support on the server 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.
-
Cloud Source Repositories
We need a way to clone a Cloud Source Repository?
Right now, when we try to paste a path using the http or SSH protocol, we get "Invalid repo URL format".
20 votes -
Share a Custom Template with Others
When you create a custom template, we want to explore ways of making it easy for you to share it with others in your team or publicly.
20 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.
20 votesThanks for this feedback! We are actively working on this right now and will share updates (and working implementations!) shortly.
-
Upload from local file store (or anywhere)
Current file import options limited to github (and ssh). Ability to navigate local directories, net mount points, cloud storage blobs and URLs would be epic!
A+ so far, cannot wait until Project IDX public launch ;)
19 votes -
We need support for CordovaJS
Dear Google Project IDX Team,
I would like to provide feedback on the current template options available in the platform. Specifically, we need support for CordovaJS. Including a template for CordovaJS would greatly benefit developers who use Google Project IDX for hybrid mobile application development.
CordovaJS is a widely used framework for building mobile applications with HTML, CSS, and JavaScript. Support for CordovaJS in Project IDX would streamline the development process, allowing us to leverage the powerful capabilities of this framework directly within your platform.
Thank you for considering this request. Your support in enhancing the template options will be…
18 votes -
Custom Templates.
allow users to create templates and save them, instead of only using premade. This feature would make Pidx the perfect IDX.
18 votesWith our publicized NixOS support, you can now create custom templates and even have "Open in IDX" capabilities from your Git repo.
Please check out our forum for help and prior art: https://community.idx.dev
-
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.
18 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.
-
Allow multiple developers to manage, build, and deploy
Enable collaborative development in Google IDX by integrating team management through Google Cloud IAM. This allows multiple developers to manage, build, and deploy immersive experiences collaboratively, enhancing project efficiency.
17 votes -
GitHub account management
Hi, if I checkout a github repo that is public, but that I own and want to make changes to, I am not prompted for my GitHub credentials and therefore don't have write permissions to the repo. Would be good to have proper GitHub account management included in the experience (not only when you start the project)
17 votes -
Gitlab Support
please project idx support import from gitlab repository
16 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.16 votes -
Add mobile friendly UI for code editor
Also add option for switching to mobile friendly ui inside code editor.
16 votes -
Add More Emulators
For now, there is only one emulator, There should be a way to add more emulator
16 votes -
Integration with Chrome Extension Dev
I'm an independent extension developer and I still find it very difficult to create extensions, meaning few creators are interested in this area. To resolve this, can you add a way to preview our extension's changes on the host site in real time, perhaps using the rollup-plugin-chrome-extension already?
16 votes -
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 to
16 votes
- Don't see your idea?