95 results found
-
Local file system access
Introduce the capability to browse and open local filesystem directories, as available in vscode.dev, where users can open directories and not just individual files, directly from the browser interface.
Current behavior in vscode.dev: Users can interact with the local filesystem through the browser, opening folders and files as if working locally, without uploading content to the server, which effectively bridges local and cloud development environments.
Impact: Implementing this would reduce context-switching and improve user experience by providing a seamless development workflow that integrates local and cloud-based resources.
Technical Suggestion: Adopt a File System Access API strategy to enable secure and…
180 votes -
Working together
I think it would be so much better if we can see who is online in the project, where is their cursor, and what are their working in. Like in google docs. So we can collaborating making a project simulteneously. No need to worry about the commit and conflict.
30 votes -
Enable support for iPad/Tablets using Browser apps Chrome/Safari/Firefox etc.
I should be able to use IDX on my chrome app on my iPad.
22 votes -
Add C and C++
Please add C and C++
38 votes -
Gitlab Support
please project idx support import from gitlab repository
16 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)
136 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 -
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 -
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 -
Do not require third-party cookies
A service released in 2023 should not require third-party cookies to be allowed.
If not for the privacy and usability for its users, then for the project itself, since many browsers are phasing out support for third-party cookies. Firefox already blocks them and chrome will soon do the same:
https://developer.chrome.com/en/docs/privacy-sandbox/third-party-cookie-phase-out/71 votes -
I need to increase Wokrspace Limit
Could you increase my limit for projects
6 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!
3 votes -
Support SSH Session for Remote CLI
Intergrated terminal lacks functionality\ies of a local terminal. Can we add support for its SSH session? Maybe a documentation on how to do that would be helpful :)
65 votes -
Native support to google drive
i suggest adding native support to google drive so that we can also take out files from drive, local, or from other hosting sites like onedrive or dropbox, etc.
15 votes -
installing with "pip" should be seamless
right now, installing python packages using pip not natively supported as it results in altering the default file system outlined by idx. pip is essential if something is providing Python support by default.
I know I can find a workaround using nix and vice versa still installing a package using pip shouldn't be this hard. Because it is extremely fundamental. Also, Google's choice to keep Python 3.10.X and 3.11.X a bad idea. Since I use some legacy libraries that uses 3.8.X and I am happy with that. the support should include older Python versions or a way to install custom…
8 votes -
Add More Emulators
For now, there is only one emulator, There should be a way to add more emulator
16 votes -
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.
4 votes -
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 -
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
- Don't see your idea?