VSCode (Code) 技法】的更多相关文章

本人使用插件推荐 indent-rainbow https://marketplace.visualstudio.com/items?itemName=oderwat.indent-rainbow Bracket Pair Colorizer https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer javascript booster https://marketplace.visu…
code snippets vscode & code snippets https://github.com/xgqfrms/FEIQA/tree/master/000-xyz/templates css reset { "CSS3 Template": { "prefix": "c3t", "body": [ "@charset \"UTf-8\";", "&quo…
最近,莫名其妙c代码就是编译运行不了,老是提示不支持的16位应用程序 然后网上找了各种教程 只有这个成功了(害得我还升了下系统) 实现进入Windows设置 然后点更新和安全--恢复 然后点高级启动--立即重新启动 然后选择疑难解答 选择高级选项 选择启动设置 这里看启用安全模式前面的数字,然后按对应的Fn键启动安全模式 例如:这里是F4键 进入安全模式的系统后 Win + R键 输入regedit 找到这个路径下的 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\W…
修改注册表,添加鼠标右键 选择文件 Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\*\shell\VSCode]@="Open with Code""Icon"="D:\\VSCode\\Code.exe" [HKEY_CLASSES_ROOT\*\shell\VSCode\command]@="\"D:\\VSCode\\Code.exe\" \&q…
入门流程,大神绕行. 安装环境 这就不多说了,安装开发的环境. 安装vscode 下载地址:https://code.visualstudio.com/ 安装Nodejs 下载地址:https://nodejs.org 配置 安装 TypeScript 官网:https://www.typescriptlang.org/ 官网上,有文档,有视频,有Demo,隐约记得见过中文站,但是现在怎么都找不到了,找到的同学可以告诉我一下. 用node.js的npm安装TypeScript编译器 npm in…
chmod +x /home/shenfeng/vscode/code /home/shenfeng/vscode/code sudo ln -s /home/shenfeng/vscode/code /usr/local/bin/code cp /home/shenfeng/vscode/resources/app/resources/linux/code.png /usr/share/icons/ [Desktop Entry]Name=Visual Studio CodeComment=M…
VS code配置为Python R LaTeX IDE VS code的中文断行.编辑功能强大,配置简单. VSC的扩展在应用商店搜索安装,快捷键ctrl+shift+x调出应用商店. 安装扩展后,VSC通过命令面板选择并执行命令,如编译.预览等."查看 -> 命令面板"打开命令面板,快捷键为ctrl+shift+p."文件 -> 首选项"打开"键盘快捷方式"中可定义常用命令的快捷键,快捷键为ctrl+k ctrl+s. "…
官网 https://code.visualstudio.com/ 便携化 Windows,Linux 在 Code.exe 所在目录创建 data 目录 macOS 在 Code.exe 所在目录创建 code-portable-data 目录 https://code.visualstudio.com/docs/editor/portable 中文设置 安装中文语言包 Ctrl + Shift + X 搜索 ms-ceintl.vscode-language-pack-zh-hans @ca…
将以下文本存为vscode.reg,然后运行: Windows Registry Editor Version 5.00  ; Open files [HKEY_CLASSES_ROOT\*\shell\Open with VS Code] @="Edit with VS Code" "Icon"="d:\\apps\\VSCode\\Code.exe,0"  [HKEY_CLASSES_ROOT\*\shell\Open with VS Cod…
1.down load package from https://code.visualstudio.com/docs/?dv=linux64 2.tar zxf code-stable-code_1.18.1-1510857349_amd64.tar.gz 3.mv VSCode-linux-x64 /usr/local/ 4.chmod +x /usr/local/VSCode-linux-x64/code 5.cp /usr/local/VSCode-linux-x64/resources…
修改快速方式通过传入方式启动 ,示例: D:\installed_green_soft\VSCode\Code.exe --extensions-dir "D:\installed_green_soft\VSCode-extensions\extensions" 同理,使用.bat命令中传入参数启动也是可以的,示例: @echo off if "%1" == "h" goto begin mshta vbscript:createobject(&…
我的github:swarz,欢迎给老弟我++星星 该设置属性为 "code-runner.fileDirectoryAsCwd": true 设置为 true后,终端默认目录为运行文件的目录. 设置在 文件 -- 首选项 -- 设置(英文为:File  -- Preferences -- Settings),打开后如下图点击打开 settings.json "settings": { "code-runner.runInTerminal": t…
在Linux下的安装 1.下载tar.gz文件包, 2.要注意加一条命令,这样在任何目录下就可以使用code .直接启动应用程序了 1 sudo ln -s /path/to/vscode/Code /usr/local/bin/code   // 要写路径 来自为知笔记(Wiz)…
code --user-data-dir /root/vscode code --user-data-dir /root/vscode…
Centos7系统 步骤:在linux系统中安装VSCode(Visual Studio Code) 1.从官网下载压缩包访问Visual Studio Code官网 https://code.visualstudio.com/docs?dv=linux64 wget https://az764295.vo.msecnd.net/stable/7ba55c5860b152d999dda59393ca3ebeb1b5c85f/code-stable-code_1.7.2-1479766213_am…
VScode 配置为 LaTeX IDE 在Windows中,配置VScode作为LaTeX的编辑器(IDE),并使用SumatraPDF预览PDF文件.主要是LaTeX Workshop扩展的设置,如果要使用外部的PDF阅读器,则还需要设置SumatraPDF. 安装扩展 ctrl+shift+x调出应用商店,搜索并安装LaTeX Workshop扩展: 配置LaTeX Workshop LaTeX文件.tex的编译.预览.辅助文件的清理等都在扩展latex workshop中设置. LaTe…
--extensions-dir 你的目标文件夹 原来的目标位置:"E:\Program Files\VSCode\Code.exe" 更改后的位置:"E:\Program Files\VSCode\Code.exe" --extensions-dir "E:\Program Files\VSCode\plugins"…
1 问题:使用vscode code 阅读C代码 outline 显示No symbols found in document 'xxxx' 2 参考网上解决方法,进行如下操作 2.1  安装C/C++ 扩展 2.2  安装 clang  和  安装MinGw, 理论上来说只要一个就好了 2.3 配置工程头文件路径,Ctrl+Shift+p, 选择C/C++:Edit Configurateions(JSON),弹出c_pp_properties.json文件进行配置 3 进行上述步骤后,发现依…
docthis & VS code JSDoc 3 http://usejsdoc.org/ http://usejsdoc.org/about-getting-started.html https://github.com/documentationjs/documentation https://documentation.js.org/ https://marketplace.visualstudio.com/items?itemName=joelday.docthis https://g…
作者:vivo 互联网大前端团队- Youchen 一.背景 现在大型的 Vue项目基本上都是多人协作开发,并且随着版本的迭代,Vue 项目中的组件数也会越来越多,如果此时让你负责不熟悉的页面功能开发,甚至你才刚刚加入这个项目,那么怎么样才能快速找到相关组件在整个项目代码中的文件位置呢?想必大家都有采取过以下这几种方法: [搜类名],在工程文件里搜索页面 DOM元素中的样式类名 [找路由],根据页面链接找到Vue路由匹配的页面组件 [找人],找到当初负责开发该页面的人询问对应的代码路径 以上几种…
一般来说,用C++写 Qt 应用才是正宗的,不过,为了让小学生也能体验 Qt 的开发过程,或者官方为了增加开发者人数,推出了可用 Python 来编程的 Qt 版本.此版本命名比较奇葩,叫 PySide,与 Qt 6 配套的是 PySide 6.当前最新版本是 6.3.2. PySide 的优势在于它是官方维护的,完全是C++开发的.在原有库基础上增加了对应的 .pyd 文件,对 API 做了封装,并由 .pyi 文件进行类型规范.在性能上是不用担心的,但是,这种开发方式用来学习较适合,真要做个…
1.安装npm sudo apt install npm 检测安装npm -v 因为npm安装软件慢,可设置淘宝镜像 npm config set registry https://registry.npm.taobao.org/ (换成npm原本的镜像地址 npm config set registry https://registry.npmjs.org/) npm get registry 得到npm现在的镜像地址 2.安装node sudo apt install nodejs-lega…
聊聊Java 笔记源于 视频教程Bilibili:狂神说Java 关注公众号:狂神说 能干嘛? 热度 TIOBE 狂神计划 三高:高可用.高性能.高并发 全球几千万的程序员都会Java,真正精通的不到1%,其余的99%都只停留在会用. 前期准备 写博客总结 MarkDown 标题级别 #的个数 空格 标题 在typora的快捷键是 Ctrl + 数字 字体 ** 加粗 * 斜体 ~~ 划线 Ctrl B Ctrl I 引用 摘抄别人文章时,用这个引用 行首写 > 分割线 三个 - 或三个 * 图…
WebIDE All In One web IDE Visual Studio Code vscode Code editing Redefined. Free. Built on open source. Runs everywhere. https://code.visualstudio.com/download https://github.com/microsoft/vscode Eclipse Theia 山寨版 vscode https://theia-ide.org/ https:…
git config git global config # git global config $ git config $ git config --list --show-origin $ git config --global user.name "xgqfrms" $ git config --global user.email "xgqfrms@xgqfrms.xyz" # $ git config --global core.editor emacs…
macOS & Nginx ngnix # 使用 brew 安装(如果没有 brew 命令,需要自行安装 brew) $ brew install nginx $ nginx -h # 查看 port 占用情况 $ lsof -Pi | grep LISTEN # 重启 nginx $ nginx -s reload # 停止 nginx $ nginx -s stop 修改 nginx.conf 文件,添加如下配置( 修改后要重启 nginx $ cat /usr/local/etc/ngin…
zsh all in one zsh https://ohmyz.sh/ # install $ sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" .zshrc $ cat .zshrc $ vim .zshrc $ code .zshrc brew https://brew.sh/ # install /bin/bash -c "$(curl -fsSL…
在linux系统中安装VSCode(Visual Studio Code) 1.从官网下载压缩包(话说下载下来解压就直接可以运行了咧,都不需要make) 访问Visual Studio Code官网 https://code.visualstudio.com/docs?dv=linux64 我是64位的: wget https://az764295.vo.msecnd.net/stable/7ba55c5860b152d999dda59393ca3ebeb1b5c85f/code-stable-…
原文链接:http://www.cnblogs.com/CLR010/p/5276077.html visual studio code(vscode) 调试php   1.下载vscode (visual studio code). 2.安装vscode 扩展 php-debug 安装步骤见 https://marketplace.visualstudio.com/items?itemName=felixfbecker.php-debug. 3.安装wampserver,我安装的是2.5 版本…
1.下载vscode (visual studio code). 2.安装vscode 扩展 php-debug 安装步骤见 https://marketplace.visualstudio.com/items?itemName=felixfbecker.php-debug. 3.安装wampserver,我安装的是2.5 版本,安装步骤自行百度. 4.确保apache的80 端口未占用,如果占用了修改httpd.conf 配置文件下的端口号 5.修改php.ini(wamp\bin\apach…