美文网首页
mac将vscode添加至右键快捷操作

mac将vscode添加至右键快捷操作

作者: 海豚先生的博客 | 来源:发表于2022-07-19 09:47 被阅读0次

    最终效果如图:


    image.png
    1、点击这个应用 image.png
    2、选取快速操作
    image.png

    3、搜索shell


    image.png
    4、选择
    image.png
    5、写入命令,点击运行
    for f in "$@"
    do
        echo "$f"
        cd "$f"
       /Applications/Visual\ Studio\ Code.app/Contents/Resources/app/bin/code . 
    done
    
    
    image.png

    6、点击关闭,输入名字


    image.png

    7、右键点击文件夹,选择快速操作即可

    相关文章

      网友评论

          本文标题:mac将vscode添加至右键快捷操作

          本文链接:https://www.haomeiwen.com/subject/aoseirtx.html