顶部vscode

VSCode 配置 PyQt5 Designer

# 安装扩展 VSCode 安装 PYQT Integration 扩展。在线地址:[Visual Studio Marketplace - PYQT Integration](https://marketplace.visualstudio.com/items?itemName=zhoufeng. ......
Designer VSCode PyQt5 PyQt

VSCODE cannot find package "GOPROJECT/src/chapter1/model" in any of解决方法

环境: win10 go 1.20 问题描述: 在go项目中想要导入自己的其他包的方法或变量,保存后提示 cannot find package "GOPROJECT/src/chapter1/model" in any of: D:\VScode\language\Go\src\GOPROJECT ......
quot GOPROJECT chapter1 chapter package

VSCode安装Python扩展插件

转载请注明 来源:http://www.eword.name/ Author:eword Email:eword@eword.name VSCode安装Python扩展插件 一、在VSCode的扩展列表中安装Python插件 二、配置Python解释器 在VSCode的左下角,点击Python,然后 ......
插件 VSCode Python

VSCode安装Python扩展插件

转载请注明 来源:http://www.eword.name/ Author:eword Email:eword@eword.name VSCode安装Python扩展插件 一、在VSCode的扩展列表中安装Python插件 二、配置Python解释器 在VSCode的左下角,点击Python,然后 ......
插件 VSCode Python

安装VSCode

转载请注明 来源:http://www.eword.name/ Author:eword Email:eword@eword.name 安装VSCode 一、官网安装VSCode 下载地址 https://code.visualstudio.com/ 二、设置简体中文 搜索language,点击下载 ......
VSCode

安装VSCode

转载请注明 来源:http://www.eword.name/ Author:eword Email:eword@eword.name 安装VSCode 一、官网安装VSCode 下载地址 https://code.visualstudio.com/ 二、设置简体中文 搜索language,点击下载 ......
VSCode

vscode 使用 clangd

环境要求 使用wsl或者MacOS,Linux下同理,暂时不考虑纯 winodws。 以wsl为例,执行以下指令 sudo apt install clang clangd lldb cmake macOS如果安装过xcode工具包,就附带了Apple Clang编译器,否则执行brew insta ......
vscode clangd

vscode镜像

vscode.cdn.azure.cn ......
镜像 vscode

VSCode integrated terminal Windows 不可以使用 alt 键

问题来源 安装了zsh-autocomplete 但是 Alt + ↓ 键用不了 我是在 https://github.com/marlonrichert/zsh-autocomplete 这里发现了 > Depending on your terminal, not all keybindings ......
integrated terminal Windows VSCode alt

如何解决 vscode exe does not exist 的问题

问题一:使用vscode运行go时,提示需要launch.json文件需配置 解决方法: 在vscode 插件搜索code runner, 然后安装 问题二: E:\go\goWorkspace\src\GoProjects2> go run main.goexec: "C:\\Users\\向键雄 ......
vscode 问题 exist does exe

前端Vue自定义顶部搜索框 热门搜索 历史搜索 用于搜索跳转使用

#### 前端Vue自定义顶部搜索框 热门搜索 历史搜索 用于搜索跳转使用, 下载完整代码请访问uni-app插件市场地址:[https://ext.dcloud.net.cn/plugin?id=13128](https://ext.dcloud.net.cn/plugin?id=13119) # ......
前端 顶部 历史 Vue

VScode下载

[VScode官网](https://code.visualstudio.com/) 选择了自己的系统下载后,你会发现,**这VScode下载也太™慢了吧**。 复制下载的地址,把这个下载取消了,复制地址到网址栏,先别急着回车,把`az764295.vo.msecnd.net`这部分改成`vscod ......
VScode

vscode 基础设置

# 1. vscode 语言设置成中文 Ctrl + shift + p 打开设置 输入 "language" 选中 configure display language ![](https://img2023.cnblogs.com/blog/729825/202306/729825-202306 ......
基础 vscode

vscode 上的 Latex 工程恢复 TEX 插件图标

1. 在vscode工程中选中 .tex 文件后如图操作: 2. 配置成功后左侧栏会多出一个 TEX 图标,同时右上角的编译按钮也会显现: Alt + Shift + F 代码格式化快捷键功能也会恢复 ......
图标 插件 vscode 工程 Latex

vscode+xdebug+wamp

wamp 3.3.0 vscode 1.79.2 修改php.ini 1.xdebug.mode改为debug 2.添加xdebug.start_with_request=yes 3.重启apache vscode新增配置 "php.debug.executablePath": "C:\\wamp6 ......
vscode xdebug wamp

vsCode的基本设置文件

1. 点击左下角的设置 2. 点击setting.json文件图标 3. 个人基本设置 { "open-in-browser.default": "Chrome", "editor.wordWrap": "on", "liveServer.settings.CustomBrowser": "chro ......
文件 vsCode

直播源码开发,页面回到顶部(平缓滚动效果)

直播源码开发,页面回到顶部(平缓滚动效果) common.js // 页面回到顶部(滚动效果)export const handleScroll = () =>{ let scrollTop = window.pageYOffset || document.documentElement.scrol ......
源码 顶部 效果 页面

VScode 中利用virtualenv建立 Python 虚拟环境

#! https://zhuanlan.zhihu.com/p/638114885 ## VScode 建立 Python 虚拟环境 主要目的:创建一个与默认 python 版本不同的 python 虚拟环境 ### 0x01 建立新环境文件夹 建立一个独立文件夹来存储所有虚拟环境,所以可以事先建好 ......
virtualenv 环境 VScode Python

vscode配置yapf格式化插件

#### 引言 - `yapf`比`autopep8`更加灵活和强大,可以考虑入手 #### 配置步骤 1. 安装`yapf`: ```bash pip install yapf ``` 2. vscode配置`setting.json` ```json "python.formatting.pro ......
插件 格式 vscode yapf

VSCode输出"Hello, World!"(编写C语言) 脑残版本一看就懂

# 第一步,[官网](https://code.visualstudio.com/)下载VSCode ## 1.官网下载好 ![](https://img2023.cnblogs.com/blog/2913371/202306/2913371-20230618110315250-2137115612 ......
quot 语言 版本 VSCode Hello

vscode快捷键

1. vscode打开设置快捷键 使用快捷键对齐凌乱的代码,在编写程序时,有时只考虑了程序的算法,而忘记了代码的缩进格式。导致写出来的一段代码非常零乱。此时,可以按Alt+F8组合键来对齐代码。 在实例中经常使用快捷键将多行不规则的代码对齐,如果不使用该快捷键而是一行一行对齐是很浪费时间的,但使用快 ......
快捷键 vscode

远程办公篇-vscode远程SSH开发

基础背景 最近出差,开发环境配置量太大,需要远程开发,利用远程RDP或者向日葵等工具分辨率或者网络带宽的问题,用着很卡顿,所以想到利用VSCODE的SSH功能进行远程开发 适用条件 1、有公网ip的设备、如在远程服务器上开发 2、在局域网环境下,无论是真的在局域网络下,还是利用VPN等工具使设备在同 ......
vscode SSH

VSCode - Check Keyboard Shortcuts related to commenting

Click the gear icon, then select 'Keyboard Shortcuts': Search 'comment': ......
commenting Shortcuts Keyboard related VSCode

vscode+cmake c++ hello world!

# 1. 新建一个测试目录hello及一些必要文件 ``` D:\HELLO\HELLOCPP │ CMakeLists.txt └─ main.cpp ``` ## CMakeLists.txt ```CMakeLists.txt # 工程名 project(Hello) # 生成目标 add_e ......
vscode cmake hello world

vscode插件

![](https://img2023.cnblogs.com/blog/2551007/202306/2551007-20230616110108119-1080804448.png) ![](https://img2023.cnblogs.com/blog/2551007/202306/2551 ......
插件 vscode

微信小程序使用scroll-view,实现顶部下滑与页面融为一体

在需要下滑的页面放置scroll-view html <scroll-view class="refresh" scroll-y="{{true}}" refresher-enabled="{{true}}" refresher-triggered="{{showTriggered}}" refre ......
scroll-view 顶部 页面 程序 scroll

Docusaurus之markdown文档的vscode代码片段

### 需求 我是使用Docusaurus建立的[个人站点](https://blog.hhdev.top/ "Jeffery's blog"),在写文档是总是要在开头配置作者、日期等等,用过[Docusaurus](https://docusaurus.io/zh-CN/ "Docusaurus" ......
Docusaurus 片段 markdown 代码 文档

顶部导航

<!DOCTYPE html> <html> <head> <meta charset=" utf-8"> <meta name="author" content="http://www.softwhy.com/" /> <title></title> <style type="text/css"> ......
顶部

VScode配置C语言环境

0.前言 运行系统为【Windows11专业版】 1.安装VScode 官网下载 VScode 或使用电脑自带【Microsoft Store】(微软商店)下载。 2.运行配置VScode 3. 安装编译器(MinGW-W64 GCC) 下载地址 官网:MinGW-w64 蓝奏云:https://h ......
语言 环境 VScode

VSCode - Replace Tab with 4 Spaces for Go

Check below settings: If got below error message, just run the command: The "goformat" command is not available. Run "go install -v winterdrache.de/go ......
Replace VSCode Spaces with Tab