529 results found
-
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 -
Add Scala Template
I would like to see a Scala Template! I would love to see GraalVM and Metals within it.
1 vote -
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 -
Give me full access Android Gemini advance
Classified
1 vote -
Android studio on wait list!!
I am using Android Studio daily basis. right now, it shows Android Studio on the waitlist. Hope it is done very soon and available for all.
1 vote -
File Transfer System Between Workplaces
User-Friendly File Transfer
Drag-and-Drop: Allow users to easily drag and drop files for transfer.
File Selection: Provide options to select multiple files or entire folders for transfer.
Progress Indicators: Show real-time progress indicators for ongoing transfers.
1 vote -
Allow generating an .idx file after already initializing a project
I want to "Enable Nix for this workspace" after the fact, say if I have created or imported a new IDX project. I note that it appears I can manually create a
.idx/idx.json
file.5 votes -
2 votes
-
Windows App maker
Make an integrated compiler to .exe file type with .py and others files to be able to create Windows apps with Project IDX. And create an emulator for desktop (Windows favourite) because I always use Project IDX when it come in Beta Public and it's annoying to download the file, test it on my computer, make changes on IDX, redownload the new file. Thank you in advance.
1 vote -
to share previews with others and workspace limits
I want to share/view the web preview with others and if the project workspace limits are increased to 3 it would be helpful
5 votes -
redirects existing localhost API requests to the workspace server
I have a server I was running locally in development on localhost:3000 that I have now ported to IDX so it runs on the IDX monospace server. It means the frontend no longer works when requesting from localhost:3000. It would be great to automatically redirect requests made to localhost:PORT to the monospace server in future
2 votes -
5 votes
-
Secrets manager for API keys
It would be nice if we can store API keys in dedicated area as the only current solution is putting them in code or env variable in dev.nix, which isn't prefered, as I would prefer put the dev.nix into git along with the code. This might also help if multiple user collaboration is ever implemented, each user can have their own API keys. Thanks!
2 votes -
Authorize GitHub for VS Code only on a specific repository and not all
I tryed to have my project on Github using the Soure Control (⌃⌘G) of IDX.
It looks easy and friendly but when it comes to authorizing VSC it doesn't let me select a specific repository instead it wants access all the organizations almost with full rights.
Would it be possible to select a specific repository to give authorization to?
Steps being in a workspace:
1. Source Control (⌃⌘G)
2. Initialize Repository
3. Commit
4. Publish Branch
5. The extension 'GitHub' wants to sign in using GitHub. (Allow)
6. Continue...The repository is within an organization that I own.
1 vote -
Use Cachix
I'm trying to use devenv.sh in IDX and it works. But without cachix the initialization takes forever and I can't enable Cachix, because I would need to set
trusted-users = root user
in the nix.conf, which is not possible.1 vote -
A UI for the dev.nix file
I believe that for IDX to go forward, you somehow need to create a UI for the dev.nix file, so that I can assemble the desired components, many people do not know nix or are familiar with it. I could, for example, choose if I want Angular, and which version of it, which version of the node I would use, so that I can build the desired model, but without using nix codes.
5 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 -
Incorrect notifications about extension installation
Installing extensions such as "Python", "Jupyter Notebook" causes an incorrect notification to pop-up showing "Try downloading manually" which is wrong as after a couple of seconds it gets installed correctly.
1 vote -
Option to run locally
Maintaining the ability to use one's own terminal, browser, and files.
3 votes -
Separate idx/dev.nix into a flake.nix and a simpler idx config file.
For experienced nix users, the
channel
andpackages
parameters overlap with flakes enough that there's no need to wrap them up in a bespoke DSL. If a project already has a flake.nix that includes a devShell, it's not clear how this should be wired up.For inexperienced nix users, being forced to learn Nix to edit the idx-specific entry seems unnecessary.
2 votes
- Don't see your idea?