433 results found
-
Add Firebase to flutter create options
When creating a flutter project you should have options to setup firebase with it
8 votes -
Fix login issues for people who registered with a non-Google email/account
Would love to open a bug report but I'm not allowed to do so, for the same reason for which I probably can't log in Project IDX.
7 votes -
Sample nix environment templates
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 -
Next.js project setup with tailwlind
make tailwind, material (or some other css framework) selectable as an optional installation when creating next js app.
4 votes -
Making the app installable
could be a PWA (not necessarily a system installable application). that way i don't have to see my search bar every single time
it feels different when you're using it as a standalone application (like vs code) and not a web page
1 vote -
Custom git server
Allow specifying custom git server and ssh key.
7 votes -
Add support for hugo under "Web App"
Add support for hugo under Web App
1 vote -
Add bitbucket support
Add support for bitbucket.
This is fairly similar to add gitlab support:
https://idx.uservoice.com/forums/953956-general/suggestions/46962415-add-gitlab-supportCovering both gitlab & bitbucket covers the top 3 git hosting sites.
A blocker before I try this for a personal project36 votes -
Enable import GitHub repo specific directory
Currently, "Import a repo" (when creating a new workspace) only works for cloning an entire repo.
- ✅ https://github.com/my-username/my-project (valid)
- ❌https://github.com/my-username/my-project/tree/main/examples/blog (not valid)
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.
86 votes -
The "Direct Messages" in left pane of my chat app should be able to filter my Home with only direct messages.
There is a "Direct Messages" expandable pane on the left pane of "Chat" app. When I click it, it just expands all the personal window messages but what I think is a better functionality is to show all the message like "Home" but filter them with only direct messages.
1 vote -
support home-manager for configuring the workspace
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 setnix.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…
1 vote -
Support Apps Script
It would be great to have support for Apps Script (.gscript) files in IDX. I'm using it to customize Workspace products like Sheets and Forms.
The syntax highlighting is the same as for JavaScript, but there's a lack of autocompletion in most IDEs.32 votes -
Make it easier to see Next.js dev server output.
It took me a long time to find the dev server output (in Output under IDX). It would be nice if it was easier to find.
6 votes -
Connect to IDX from SSH, IDX VSCode Extension, or some other way
I want to connect to IDX from something other than the browser. Ideally, this could be my local VSCode instance or it could be over SSH from a terminal running neovim. I would like the power of a cloud workstation from my favorite environments.
113 votes -
6 votes
-
Let me run Cypress
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"
3 votes -
Ease boilerplate with tools such a mason, riverpod and perhaps very good cli and firebase cli
Easier integration with
* mason
* riverpod
* flavors2 votesThanks 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.
-
1 vote
-
1 vote
-
Make it easier to install npm deps with native code - make is missing
When I try to
npm i
my project (https://github.com/vicb/flyxc) it would complain about missingmake
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
- Don't see your idea?