683 results found
-
waiting for get access to Project IDX to explore the features
I am in waiting list, please give the access to use
1 vote -
Upload and unzip
right now, we cannot upload an entire folder; we have to add each folder tree manually. Facility to upload a file folder tree and extract
1 vote -
7 votes
-
Tailwind Css IntelliSense Support / Extension
Currently, the IDX lacks Tailwind CSS IntelliSense support or extension, and I believe incorporating this feature would be immensely beneficial for developers like me who heavily rely on Tailwind CSS for efficient and streamlined styling. Tailwind CSS IntelliSense would not only improve coding speed but also reduce errors and enhance overall productivity.
1 vote -
Hubspot - hubl + html language support
It would be great if idx support hubl + html.
1 vote -
Make mapped URLs to work seamlessly between projects
If I have different services across different projects (E. g. an Angular font end and an NestJS back end) there should be a way to set the jwt cookie automatically for the front end to communicate with the backend in the preview despite the back end and front end being in different IDX projects
2 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 -
CICD for Apps
Need to have CICD for Apps where we can send the Apps to testers directly from IDE.
Once the User Commits the Code to repo, We should be able generate the build and share the builds via diawi/test flight/ Firebase App Sharing. If possible send the builds itself via Telegram or Whatsapp.
Thanks,
Nizam3 votes -
Resolving access issues for people who have access to Project IDX but haven't got the proper permissions to create bug reports.
I have access to Project IDX but I can't create a bug report (getting access denied)
1 vote -
Setting the exact version of a nix package I need in the workspace
For me, it is crucial that I run a project with a specific version of Go for example. So it would be great if I could set the version of the Nix package in dev.nix. Perhaps right next to the packages that I have to and need to decal anyway.
2 votes -
Downscope Github permissions
Github permissions are excessively broad (all orgs, all access, read and write); permissions should be more granular and start with a specific personal private repo
5 votes -
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
5 votes -
2 votes
-
Is there a plan to allow private repo as well?
I saw only public repos are allowed yet, Is there a plan to extend it to private repo as well? Like I can go to GitHub and press "." and it creates a codespace for me to work with private repo, the only problem is running the build with all the dependencies.
4 votes -
Being able to change the gmail account to be able to access the IDE
I have 2 gmail accounts and when I try to access the IDE it doesn't let me because my default account is not the account I was given access to and it only shows me the screen to subscribe to the list.
4 votes -
add icon view external website
After I tried closing the view to see the external website page, I was confused about how to see the external website again
1 vote -
gin
Hello there,
i just wanna to suggest you for project IDX. using golang that can use any tool such as gin.
because i just used project idx and running golang as my project, port 8080 already used and i don't know how to kill this.
if i use another port and i just don't know how to used another port from a little window browser that project idx was given.1 vote -
1 vote
-
Documentation should state the platformDocumentation should state the platforms that can be developed for
Documentation should state the platforms that can be developed for using Project IDX (Web? Android? iOS? Linux? Windows? ...)
1 vote -
Automated Dependency Injection in IDX
<<Current State>>
Currently, dependency injection in IDX requires developers to explicitly import dependent files. This can lead to a significant amount of boilerplate code, especially in projects with numerous dependencies. Additionally, this manual approach can make it difficult to track and manage dependencies, especially as projects grow in size and complexity.
<< Solution >>
Automating dependency injection in IDX can involve creating a mechanism that automatically identifies and resolves dependencies based on code annotations or configuration files. This would eliminate the need for developers to explicitly import dependent files by reducing boilerplate code and improving code maintainability.
<< Benefits of…
2 votes
- Don't see your idea?