Skip to content

General

General

Categories

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

578 results found

  1. I like to use my local machines for version control for security reason and with Project IDX there seem to be no security as you can look at my code.

    4 votes
    0 comments  ·  Other  ·  Admin →
    How important is this to you?
  2. Add a nix file that is global and unique to a particular account which includes packages that a developer wants/needs in every workspace.

    For example, neovim and its associated config is something I would want to use in every workspace, but other developers may not want that OR they may have an entirely different neovim config they want to use, making the dev.nix inside workspaces impractical.

    While it is possible to manually edit every dev.nix with associated packages for each project. This, however, is inconvenient at best, and problematic at worst, especially if developers are collaborating on a repo and…

    14 votes
    3 comments  ·  Other  ·  Admin →
    How important is this to you?
  3. 2 votes
    How important is this to you?
  4. I suggest that Gemini has a pause button while it's thinking so you can start reading responses instead of having to wait until it's done since the responses keep scrolling the screen.

    3 votes
    0 comments  ·  AI  ·  Admin →
    How important is this to you?
  5. It would've been great to be able to preview the apps on Android and iOS emulators straight from the UI without rebuilding the whole environment.

    And generally, if that is possible with NIX, an option to change settings like aspect ratio etc.

    25 votes
    0 comments  ·  Previews  ·  Admin →
    How important is this to you?
  6. 4 votes
    How important is this to you?
  7. 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.

    17 votes
    How important is this to you?
  8. Currently, "Import a repo" (when creating a new workspace) only works for cloning an entire repo.

    The ability to import a specific directory/path from a repo would be helpful, since many web frameworks have official examples in directories in a single repo.

    Example:
    - https://github.com/withastro/astro/tree/main/examples (Astro)
    - https://github.com/vercel/next.js/tree/canary/examples (Next.js)

    Other online IDEs support this ability, such as Stackblitz, CodeSandbox.

    102 votes
    How important is this to you?
  9. There should be a Minecraft Mod Template with some way to run it or preview it so that hobbyists like me can code these.

    9 votes
    How important is this to you?
  10. Please can you add support for php and laravel.
    We know it is old but it still powers majority of the internet

    31 votes
    2 comments  ·  Other  ·  Admin →
    How important is this to you?
  11. 10GB seems lot, but it is very low. 50GB or minimum 35GB will be fine. Node_modules, extensions for development, etc. Please!

    6 votes
    How important is this to you?
  12. Allow for the Back and Next button on your browser to navigate through your IDE's file history... like in the desktop version of VS Code. A lot of times, just by muscle memory I have pressed the back button and accidentaly reloaded the whole IDE.

    3 votes
    1 comment  ·  UI / UX  ·  Admin →
    How important is this to you?
  13. Able to post more projects

    2 votes
    0 comments  ·  AI  ·  Admin →
    How important is this to you?
  14. when we changes the code of a file and that file is running in emulator then the emulator detects the empty file and goes red and then we have to hard restart the previews.

    1 vote
    1 comment  ·  Previews  ·  Admin →
    How important is this to you?
  15. It would be great if there was a design tool similar to Figma so that we could convert our design into code and integrate it with the help of Gemini.

    13 votes
    0 comments  ·  UI / UX  ·  Admin →
    How important is this to you?
  16. 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:

    1. iOS Simulator Integration - the capability to test and debug directly in Project IDX, without having to go into any macOS device;

    2. App Store Deployment - deploying iOS applications directly in the App Store;

    3. 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!

    3 votes
    How important is this to you?
  17. 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
    How important is this to you?
  18. 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.

    3 votes
    How important is this to you?
  19. Instead of showing proposed changes in the chat, show it right in the file, that's much more intuitive. Also completing all steps and asking me to "Accept All" or "Reject All" after is more intuitive than accepting 1 step at a time.

    3 votes
    0 comments  ·  AI  ·  Admin →
    How important is this to you?
  20. 3 votes
    How important is this to you?
  • Don't see your idea?