Visual Studio Code 1.82 version has been released. This version contains "many updates". Interested friends can view the specific update log here. The main changes are attached to IT Home:
Accessible View
supports inline auto-completion and binding update keys.
Built-in port forwarding
Supports forwarding local server ports in VS Code.
StickyScroll
This feature supports horizontal scrolling with the editor, displaying the last line in the range, and collapsing the UI.
Diff editor
This feature can detect moved code and dynamically switch between inline and side-by-side views.
The Command Center is displayed by default
This function can quickly open files or run commands from the title bar.
WebAssembly Debugging
Supports decompiling WASM code to step through and set breakpoints.
In addition, version 1.82 also supports copying the content exported by Notebook. Officially stated that developers can "easily copy cell output and generated images". TypeScript has also been refactored and the new Python has been introduced. Integrated, GitHub Copilot adds CreateWorkspace command (which previews the file structure of suggested code).
The above is the detailed content of Visual Studio Code latest version 1.82 is now available. For more information, please follow other related articles on the PHP Chinese website!