批量修改文件名:
同样在命令提示符下输入for /r . %a in (*.aa) do rename %a *.bb
需要使用: for %a in (*.*) do ren "%a" "%a".html
要注意这个"%a"否则系统可能会认为你要重命名的是一个文件夹,就会报错The syntax of the command is incorrect.
在 type filter text中搜索lib即可找到配置lib的位置
在user libraries中添加即可
(使用时Alt+/),Contect Assist 中的介绍了
Configure the behavior of the content assist (Alt+/) command.
希望对您有帮助.