1486 results found
-
allow iOS use scheme only
in some special feature,we can't use universalLinks
so can support set dynamic links use scheme only in all system version1 vote -
cloudbuild.yaml and app.yaml files should get a Google Cloud icon
cloudbuild.yaml is Cloud Build config file
app.yaml is App Engine config file2 votes -
Rename config file to idx.json
It seems like Project IDX expects a file named "monospace.json", for clarify, it should probably look at a file named idx.json
1 vote -
Better out of the box preview for plain HTML+CSS+JS site
I cloned my static HTML+CSS+JS site.
On a local machine, I could literally double click index.html and get an instant preview. If I wanted to be a bit more fancy, I'd spin upnpx serve
I expected IDX to display a small "preview" icon at the top right when opening an HTML file. It claims support for web, but isn't able to preview the most basic web page out of the box.
11 votes -
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 -
Magic link with phone auth
Create magic links in sent SMS messages so users can click on the link in the SMS and log-in into the app, similar to email magic link auth.
2 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
2 votes -
Custom git server
Allow specifying custom git server and ssh key.
9 votes -
Add support for hugo under "Web App"
Add support for hugo under Web App
3 votes -
Generative AI Voice
It is already in the making the voice Generative AI?
2 votes -
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 project39 votes -
Add Android TV support for the AppTester app
The Firebase Apptester APK is incredibly close to having full Android TV support, please add the last remaining steps to make it fully compatible.
User scenario: As a developer, I want my QA-Testers to have access to new TV builds. I can deploy these into apptester, but QA currently has to download the .apk and then manually install them via adb. It would be nice to simply install apptester onto the TV test-device and get the releases there immediately.
What I have tested: it's already possible to install the apptester apk onto a TV, and it runs beautifully: Login works,…
10 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.
112 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 -
Quick navigation
A quick navigation/search bar with a keyboard shortcut like cmd+k or / like gcp console will be really handy for fast navigation across all the products
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…
2 votes -
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.48 votes
- Don't see your idea?