dongzhabo2796 2016-04-22 17:50
浏览 160
已采纳

Sublime Text自动完成功能,括号中是否有变量?

If I already have this written

$company_id = isset($_POST['cid']) ? $_POST['cid'] : null;

And I want to wrap a function call around $_POST['cid'], is there a way to put that inside the autocompleted function's parentheses?

Instead of me typing this:

$company_id = isset($_POST['cid']) ? Validate::isId()$_POST['cid'] : null;

and then having to erase the right parenthesis, is there a shortcut to wrap the param when sublime autocompletes the function for me?

$company_id = isset($_POST['cid']) ? Validate::isId($_POST['cid']) : null;

Using Mac Yosemite and SublimeText 3.

  • 写回答

1条回答 默认 最新

  • drt41563 2016-04-22 20:57
    关注

    You can create a custom snippet that accepts a SELECTION argument:

    SnippetDemo


    Save The Code Below @:

    Packages/___Your_Snippet_Folder___/SnippetName.sublime-snippet

     

    <snippet>
    
    <tabTrigger>testFunction()</tabTrigger>
    <description>testFunction</description>
    
    <scope>source.php</scope>
    
    <content>
    testFunction(${1:$SELECTION}, ${2:PlaceHolder_2})
    </content>
    
    </snippet>
    

    The use of placeholders, for example: ${1:placeholder_text_goes_here} , allows you to assign descriptive pre-selected regions throughout your snippet that can be navigated with <kbd>Tab</kbd> & <kbd>Shift + Tab</kbd>


    Additionally, you can replace one of the placeholders with $SELECTION, for example: ${1:$SELECTION} , which will pass the currently selected text as an argument if you execute the snippet from the command palette or a key-binding.


    To insert the snippet:

    • select the text to be passed as the $SELECTION argument
    • use <kbd>Ctrl + Shift + P</kbd> to launch the command palette
    • type Snippet: followed by the value of the <description> key in your sublime-snippet file

    For more information on snippets, see:

    SublimeText / Unofficial Docs / Snippets

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 根据会员信息表绘制堆积柱状图
  • ¥100 华为手机私有App后台保活
  • ¥20 有谁能看看我coe文件到底哪儿有问题吗?
  • ¥20 我的这个coe文件到底哪儿出问题了
  • ¥15 matlab使用自定义函数时一直报错输入参数过多
  • ¥15 设计一个温度闭环控制系统
  • ¥100 rtmpose姿态评估
  • ¥15 java 通过反射找路径下的类,打包后就找不到
  • ¥15 通联支付网上收银统一下单接口
  • ¥15 angular有偿编写,