type
status
date
slug
summary
tags
category
icon
password
Property
Mar 23, 2023 10:47 AM
持续更新中……

工程

快速上手(本人常用方案)

  • 建一个项目文件夹
    • notion image
  • 项目文件夹内容 -》bin 存放生成的可执行文件以及第三方库的动态库文件(.dll);include 存放第三方头文件(.h);lib 存放第三方库文件(.lib);src 存放工程文件
    • notion image
  • 解决方案的属性配置 -》路径对应上面文件相对于工程文件的位置
    • 添加输出目录的搜索路径
    • notion image
    • 添加附加包含目录的搜索目录
    • notion image
    • 添加附加库目录搜索路径
    • notion image
    • 添加附加依赖项(具体使用到的库文件名称)
    • notion image
    • 添加 dll 文件的路径到环境变量中 -》解决运行时找不到动态库的错误
    • notion image
  • Google 代码风格配置
    • notion image
      notion image

插件

  • 下载方式 -》【扩展-》管理扩展-》联机-》Visual Studio Marketplace】或者 【markplace网站
  • 对扩展进行配置 -》【工具 -》选项 -》找到相应的扩展名字】
常用插件
  • 翻译【注意:如果使用的键盘映射是 VSCode,会有键位冲突,需要移除自动换行的 Alt + Z 快捷键,才能使用快捷键进行翻译】
notion image
  • 自定义背景
notion image
  • 主题
notion image
  • 保存后自动格式化
notion image
  • 让文件有更好看的图标
notion image
 
奥密克戎应对指南Ubuntu 配置 oh-my-zsh