96 results found
-
Add C# Dev Kit
Microsoft's C# Dev Kit is not available through the Extensions tab.
0 votes -
Implementation of a Default Workshop Configuration Feature
Introduction
In the current software development landscape, efficiency and productivity are critical success factors for projects. Google’s IDX Project already offers a robust infrastructure; however, introducing a new feature that enables the configuration of a "default workshop" could revolutionize how developers interact with the platform. This proposal aims to simplify and optimize the process of creating and importing projects, ensuring that relevant extensions and themes are automatically applied.Proposal
The proposal consists of allowing users to configure a default workshop that includes a predefined selection of extensions and themes. When creating or importing new projects, this configuration will be automatically…2 votes -
Dependencies in onStart and onCreate
The onStart and onCreate scripts should allow for configuring dependencies to each other and to service. Compare how Gitpod lets you wait for a command to complete: https://www.gitpod.io/docs/configure/workspaces/tasks#wait-for-commands-to-complete
1 vote -
Organization Name
Step to create a custom organization name for the app, that is, com.example.app is the default, there should be a step to setup your own organization name.
1 vote -
Adds Clojure and Clojurescript
Java and JS are already supported so adding both of them shouldn't be too much work.
1 vote -
Integrate Capacitor.js
Integrating Capacitor.js should fast track both PWA and native mobile app creation services that provides access to native platform APIs and capabilities.
2 votes -
Integrate PWA app creation
Integrate PWA creation with all the features and capabilities that the PWA tech offers, including access to native platform capabilities and APIs.
1 vote -
Basic Python support
For Python (i) Seamless installation of pip (ii) smooth Integration of python libraries without nix (iii)Alternative to nix package manager (iv) better "ms python extension support" , right now now using this extension generates so many errors
1 vote -
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 -
Authenticate services form our external browser for the editor
I was working on nextjs project with convex and clerk. SInce convex wanted me to go to browser and authentic for them, I was unable to do so from the editor.
2 votes -
shortcut for closing tabs
There should be a shortcut for closing the current tab, like we do in vscode by "Ctrl + W"
2 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.
5 votes -
Google Drive on Google Workspace, even realized for Secure Gemini of Enterprise-level Google Workspace
I have been not found any way to Access the Files, Even If Stored in Google Drive, tor importing Big Knowledge Graph Data , Huge Training Data related to ML and AI , Sample Data for Large Test, etc.
3 votes -
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!
4 votes -
I need to increase Wokrspace Limit
Could you increase my limit for projects
6 votes -
Open external files
I have a very urgent request for a feature. At the moment I can only edit files that I create in the app or import from GitHub.
I would like to be able to open files from my desktop and continue editing them. At the moment I have to manually change my code in my files on my desktop at any time so that they are synchronized.
Please, please implement this feature! For me this is one of the most important features for using and working with Project IDX. Thank you very much!
1 vote -
support for import repositories from Azure and GitLab
need support adding repositories like Azure, GitLab, and many more.
My project is in Azure DevOps. So I have an Azure repository. I want to explore idx and through development, I have to use idx, But there are no options to add Azure repo, so please consider it. I hope it gets soon.
5 votes -
Firebase Device Streaming
Firebase has device streaming which is available in Android Studio. This allows developers to connect to different emulators running on Firebase servers. Having this option in IDX will be a useful tool and we can get access to different emulators such as foldables and more recent Android versions for testing our Flutter apps.
2 votes -
locally hosted databases and IP or Public DNS access for the workstation
is it possible to have a way to run databases like MySQL and Mongo locally also give a Public DNS or IP that i can add to the network access section in mongo DB cloud
1 vote -
Public IDX Template Submission
Public IDX Template Submission
Summary:
Introduce a feature to allow the public to submit open-source contributions to the IDX platform through a simple and streamlined process using a GitHub link. This feature aims to encourage community contributions and enhance the platform's template repository.
Details:
- Feature Name: Public IDX Template Submission
Description:
- Create a public interface where users can submit new templates to the IDX platform.
- Allow users to submit their templates by providing a GitHub repository link.
- Submitted templates should be reviewed and, if approved, added to the IDX platform’s template view.
Goals:
- Encourage community engagement and…
3 votes
- Don't see your idea?