105 results found
-
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.
66 votes -
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…
217 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.
53 votes -
Add C and C++
Please add C and C++
45 votes -
Remote SSH feature
Feature to connect the IDE to another server and develop from there. as we can do with Remote SSH extension in VSCode
4 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)
138 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.
6 votes -
I need to increase Wokrspace Limit
Could you increase my limit for projects
9 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 -
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.
8 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 -
Feature Request: iOS Simulator Support in Project IDX for Flutter
Project IDX has great potential, but expanding its iOS Simulator and Deployment to App Store capabilities would make it even more powerful. Here's what I propose:
iOS Simulator Integration - the capability to test and debug directly in Project IDX, without having to go into any macOS device;
App Store Deployment - deploying iOS applications directly in the App Store;
iOS Full Development Toolset: advanced debugging, performance profiling, and resource management.
This will not only smooth the workflow but also make ProjectIDX full-fledged for the all flutter developer. Let's unlock its full potential!
2 votes -
users should be able to connect their mobile phones to project idx to test apps
emulators are slow to test the android apps built in flutter . i want to connect my mobile phone to idx so i can test apps fastly.
2 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 -
Have backend port forwarding work with any protocol.
I've been trying to connect to the postgres server running in IDX using the public "backend ports" feature, and I cannot figure out why it's not working.
So I'm guessing that these only work for HTTP. I'd like to be able to publicly connect to any forwarded ports regardless of what protocol they're using.
2 votes -
2 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 :)
72 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
- Don't see your idea?