89 results found
-
Automated Dependency Injection in IDX
<<Current State>>
Currently, dependency injection in IDX requires developers to explicitly import dependent files. This can lead to a significant amount of boilerplate code, especially in projects with numerous dependencies. Additionally, this manual approach can make it difficult to track and manage dependencies, especially as projects grow in size and complexity.
<< Solution >>
Automating dependency injection in IDX can involve creating a mechanism that automatically identifies and resolves dependencies based on code annotations or configuration files. This would eliminate the need for developers to explicitly import dependent files by reducing boilerplate code and improving code maintainability.
<< Benefits of…
2 votes -
Build direct CI/CD
I would love It if the platform enables me to develop and test my code seamlessly and enable me to deploy to different cloud services seamlessly.
2 votes -
Collaboratory notebook connection as back-end
It will be awesome to access Collaboratory computing infrastructure as a back-end in a easy to manage connector, specially to build small scale Data/ML projects.
2 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…
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 -
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 -
1 vote
-
Unreal Engine and Blender code collaboration and renders
To add a new collaborative game development experience
1 vote -
Unreal Engine and Blender code collaboration and renders
To add a new collaborative game development experience
1 vote -
Please add console ninja extension for idx
Console Ninja is an extension available in VS Code that displays the real-time console in the code editor.
1 vote -
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 -
Uploading files get STUCK!
Uploading file is a problematic feature as it is default apparent how it should be done. Except right clicking on mouse button. Second, when I tried to upload a "tiff" image, it is taking forever to upload it. Which sucks by definition.
1 vote -
Fetching Repos
Given that the code editor currently only offers the option to fetch repositories from GitHub, it would be advantageous to expand this capability to encompass repositories from other platforms such as Bitbucket or GitLab, as well as from local device storage.
1 vote -
Notes Section for VS Code Extensions
While GoogleIDX loads projects faster, setting up a new one requires switching to VS Code to check extensions. Could you add a simple "Notes" section to projects specifically for listing required VS Code extensions? This would save time and keep everything in one place.
Thanks!
1 vote -
User level configurations
Its good that there is already project level configuration with dev.nix but I believe Project IDX can use more of the nix features by providing a way to extend the workspace using another .nix configurations that will be only for the user.
Example uses of this is using vim extension, you may use it but it is not required for the project therefore affecting other users or your team that will use Project IDX.
Another is using a specific program that you only use. The list goes on,User level configurations will be great addition to fully use the customization…
1 vote -
add search bar at the top of the editor
Kindly add the search bar pinned at the top of the editor for easy retrieval of the any file. This feature is available in VScode.
1 vote -
Official Swift Server Extension
Swift.org has VSCode Extension that isn’t found in list of Extensions
1 vote -
Support for all target platforms without bugs for Flutter
Currently iOS virtual device is not accessible and running on android emulator is giving an error. I'd be cool to build for all the platforms together and see the build on all target platforms (a list from which a user can multi-select the platforms).
1 vote -
keypress sound
When we press key buttons it should play sound also user can choose sound pack of mechvibes and custom sound pack
1 vote -
Circuitpython support for IDX
Able to code in circuitpython in IDX. Include code correction, autocomplete, project creation with Ai. Sample: code with Mu
1 vote
- Don't see your idea?