Skip to content

General

General

Categories

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

379 results found

  1. 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.

    74 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. 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.

    11 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. It would be totally awesome if you could use a real device to debug your apps in Flutter. I know it might be impossible, at least for IOS since compilation occurs in an insolated virtual container that is not linked in anyway to your device. However in Android it might be more feasible, since Android it's more flexible with security. This would make Flutter development accessible to anyone, I would totally switch my macbook for this.

    26 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    2 comments  ·  Previews  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. If you customize your panels, themes, fonts, colors, and other settings, we want to ensure your customizations are persisted the next time you access Project IDX.

    91 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  UI / UX  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. please project idx support import from gitlab repository

    9 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. 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/

    59 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. 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.

    15 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Previews  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. It would be great to support RoR framework and ruby language and have a template for quickly building cloud ready applications in RoR. Also it would be great if you have other extra add-ons to that project template.
    For ex. Ror with vue integration, scss integration etc

    20 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. We should be able to change the port of the web preview tab. I run laravel and the application starts on port 9002 (9000 and 9001 are used) but the web preview is listening on port 9000 which is a black page.

    8 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Previews  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. Well, I think that in the first instance I could suggest to correct a small problem that IOS previews have because perhaps depending on the size of the device that is being used the image quality and visibility of the texts is affected, another thing I saw is that when using useMaterial3: true the result is not very similar to doing it using the android emulator or ios locally.
    ah and if you can put the theme monokai ocean would be super hahaha.

    21 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Previews  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. 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 :)

    59 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. I suggest that app to be totally free and open source, cause others programmers will be able to do a better platform to development.

    11 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. Think with me...
    I'm a fullstack dev, that uses Flutter to client-side and Node.js to the server-side.
    That's why I downloaded at my personal linux computer, the following CLIs: node, npm and flutter.
    But, when I started to try to use idx, I found an obstacle!
    The terminal doesn't allow me to use neither apt nor snap, to download flutter SDK to my workspace(that was created by a GitHub repo).
    So, I created another workspace, selecting "Flutter" this time.
    And now, I can't use node, because APT is not allowed!
    Neither sudo exists!

    (My terminal is bash)
    user@monospace-getz-1702146325587:~/myapp$ npm
    bash:…

    20 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    under review  ·  2 comments  ·  Other  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. I tried to download a folder from my workspace, but it anly allows me to download files.

    So, I .tar the folder using the Terminal to generate a File .tar with the folder inside, and then dowload the .tar to my computer
    I see value in this feature :)

    Thanks!

    5 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Other  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. For now, there is only one emulator, There should be a way to add more emulator

    15 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. Also add option for switching to mobile friendly ui inside code editor.

    8 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  UI / UX  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. You may have separate projects (with their own build process, etc.) that you still want to see and control from inside the same workspace. This type of project structure is one we want to better support.

    61 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  UI / UX  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. Adding support for jupyter notebooks and access to GPUs will enable deep learning and AI related developments much more easier in project idx. While Google colab and kaggle provides this, they lack a good IDE and other features. Also you can look lightning.ai studios for inspiration.

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  AI  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. more android and apple devices, also add hot reload to iOS. And maybe for a future add desktops emulators (MacOS, Windows, Linux)

    14 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Other  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. allow users to create templates and save them, instead of only using premade. This feature would make Pidx the perfect IDX.

    12 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?