While experimenting with Copilot in VS Code, I must have hit a special key combo or held my mouth wrong because VS Code unexplainedly took over my entire screen with no system tray or even the icons to shrink / full size / close at the top of the screen. I don't want to repeat this experience. Can anyone suggest how I can avoid it (other than not use VS Code)?
Like many, I use VS Code to write and manage code. Having recently got into PHP, I needed a means to display the results of my PHP code and discovered that the Live Server extension doesn't include PHP. I then learned that another extension, PHP Server, would allow me to display PHP content; however, I can no longer invoke Live Server by right clicking. It's still installed, but apparently there is a conflict between PHP Server and Live Server.
VS Code has a search & replace feature that lets you use regex to look for patterns and then reference groups in the replacement... But it lets you do something else that's really cool. Changing casing with special sequences When you are replacing groups, you can use special sequences to change the casing of the group you're inserting, according to the following table: The picture below shows an example of a search & replace operation where I looked for the text "all in one go".
The open-sourcing of the GitHub Copilot Chat extension under an MIT license allows developers to explore and contribute to AI-assisted coding efforts, enhancing the implementation of chat modes and tools.