gpt4 book ai didi

key-bindings - 在 Sublime Text 2 的键绑定(bind)文件中获取文件路径+文件名

转载 作者:行者123 更新时间:2023-12-03 13:34:39 26 4
gpt4 key购买 nike

我试图在 Sublime Text 2 的键绑定(bind)文件中获取当前文件的路径 + 文件名(不带扩展名)。$file_path${file_path} 都不起作用。

原因是我想执行之前构建的 *.exe 文件(但不想一步构建和执行)。有什么想法吗?

问候

最佳答案

你可以试试sublime-snippet ,这是我的代码:

#filename: filename.sublime-snippet
<snippet>
<content><![CDATA[$TM_FILENAME]]></content>
<!-- Optional: Tab trigger to activate the snippet -->
<tabTrigger>fn</tabTrigger>
<!-- Optional: Scope the tab trigger will be active in -->
<scope>source.python</scope>
<!-- Optional: Description to show in the menu -->
<description>the current file name</description>
</snippet>

当您在 python 源文件中键入“fn”时,您将获得文件名。

关于key-bindings - 在 Sublime Text 2 的键绑定(bind)文件中获取文件路径+文件名,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11847204/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com