Skip to content

General

General

Categories

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

518 results found

  1. this would allow you to make custom libraries that will have custom autofill

    2 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)
  2. make tailwind, material (or some other css framework) selectable as an optional installation when creating next js app.

    4 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. Cypress is a popular UI automation testing tool for web, and I would like to run it within an IDX project!

    This is the error I get when trying to run a Cypress test:

    "Your system is missing the dependency: Xvfb"

    4 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)
  4. When I try to npm i my project (https://github.com/vicb/flyxc) it would complain about missing make required by lodepng.

    It would be great to add the required deps to the image by default

    I had to install sudo apt install build-essential

    4 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)
  5. Vim mode is essential for me and I wasn't able to find it as an option. If it is present, could it be made more discoverable? If not present, please add!

    4 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)
  6. Please add a link to the tech docs @ https://developers.google.com/idx in the help menu (somewhere around here-ish https://screenshot.googleplex.com/3ncg4YcHRBRK9K2 maybe?) — thanks so much!

    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  ·  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)
  7. 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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. I was really surprised how much content is included in the blank template. I can get behind having the html file, JS, and CSS, but they should actually be empty, or mostly empty. The HTML file can have a base skeleton (html, head, body, that's it), but the JS and CSS files should be empty. I'm having to remove a lot to get to a 'proper' blank.

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. VS code provides this feature where you can pull from the bottom to reveal the terminal

    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

    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)
  10. Nix is new to lots of folks - and it's a bit hard to know where to start.

    Include some sample templates, or a master template with a bunch of packages (commented out) that the user can start with.

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. Add support for hugo under Web App

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. home-manager may be a better fit for configuring the workspace than the current bespoke packages/env variables in dev.nix.

    In addition to just providing support for adding packages to the environment, it includes easy configuration for a number of common software packages. For instance, I needed to enable the nix shell command. With home-manager, I could have set nix.settings.extra-experimental-features = "nix-command flakes repl-flake", but instead I needed to set an environment variable by hand:

    env = {
    NIX_USER_CONF_FILES = pkgs.writeText "nix.conf" ''
    extra-experimental-features = nix-command flakes repl-flake
    '';
    };

    I got lucky in that Nix can be configured from an…

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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Thanks for this feedback! We do want to provide better support for custom predefined environments, and our Nix extensibility work may get us quite far here. Please try it out if you haven't and let us know if there is more we need to do.

  14. I am using a new computer when I logged in the your workspace section continually has a loading wheel and no workspaces appear. I also have tried adding my repository again but it loads endlessly. It means I can't use the application at all for this repo.

    2 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)
  15. Various scripts in a project may require build tools like pnpm, npm, gacutil, etc. to be present globally to help build and run the code in your project. Today, Project IDX doesn’t support global installations.

    4 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. Once you get into a project, there's no clear way to start a new one from scratch.

    2 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)
  17. My suggestion is a larger base text size that is more friendly to the broader public. The IDX base text setting appears to be scaled down. Although this can be adjusted, my initial entry into the application was less pleasant due to how small the text was compared to my usual Visual Studio Code dev environment.

    2 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)
  18. I need to be able to install linux apps like Aptos CLI and other tools. Not possible with how restrictive terminal is. Would prefer to see full access to ubuntu or Debian or similar.

    2 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)
  19. 1 vote

    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)
  20. 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

    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?