phoenix
phoenix copied to clipboard
Phoenix is a modern open-source Code Editor for the web, built for the browser.
### Describe the problem Currently, in the PHCode editor, there is no direct way to expose local machine projects to the internet. This limitation hinders the ability to share work...
**Describe the bug** opening [jquery-3.3.1.min.js](https://code.jquery.com/jquery-3.3.1.min.js) breaks quick follow function (ctl +click) **To Reproduce** Steps to reproduce the behavior: 1. Go to 'default page in phoenix' 2. Click on ' quick...
### Describe the problem Can we run pygame builder with python web? https://www.pygame.org/project/5637 Would be very good to have this as a gateway for python programming for education. ### Describe...
### Describe the problem Currently, we dont read the prettier config file from the project root dir. This should be automatic. https://github.com/orgs/phcode-dev/discussions/1142 ### Describe the solution you'd like Prettier should...
The drag-and-drop functionality for extension installation has been removed due to its limited usage and poor user experience. Previously, users had to navigate to the extension manager and drop a...
### Describe the bug several times the graphical interface was frozen. Later I realized that this happens with Edge but not with Chrome. With Chrome it works quickly and smoothly....
### Describe the bug Selecting a function that is defined in a class and in parent and sister class only highlights the last one. See Reproduction for example. ### Reproduction...
### Describe the problem Live preview pdf files and text copy. ### Describe the solution you'd like When opening PDF files, the live view must load the pdf document. Additionally,...
### Describe the problem We should be able to easily diff various files in the editor ### Describe the solution you'd like https://diff2html.xyz/ ### Alternatives considered _No response_ ### Additional...
### Describe the problem We should be able to run node code in the browser using some node environment virtualization technologies. This will unlock new workflows specifically for students in...