Not signed in (Sign In)

Categories

Vanilla 1.1.1 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorclandest
    • CommentTimeAug 25th 2008
     permalink
    Ok, So I used to use intype a lil a couple months ago.. I am getting back into coding and i forgot how to use intype...

    I want to type php then hit tab and have it will do the php tags.... I went into the bundel snippet editor thing. And set the hotkeys to tab, but it still doesn't complete the snippet when I hit tab..

    Also whats the hotkey for the preview browser?

    Thanks
    • CommentAuthorWarlock-G
    • CommentTimeAug 25th 2008 edited
     permalink

    Hi, do you have selected sintax to HTML o XHTML?. When you do that, the snippets of that language are available.

    • CommentAuthorclandest
    • CommentTimeAug 25th 2008
     permalink
    I just switched it to php.. and when I hit tab, it gives me a list.. I want it to autocomplete the code for me.
  1.  permalink

    clandest: Do not change the hotkeys to TAB. Otherwise you will ruin it all, because TAB is handled differently. Whole tab-triggering thing works like this. When you hit a tab, Intype launches a bundle item (snippet) that has:

    1. Matching tab-trigger string
    2. Matching scope selector with current scope (depending on grammar).

    So to launch a the <?php … ?> snippet, you have to have HTML grammar set for the document.

    • CommentAuthorclandest
    • CommentTimeAug 27th 2008
     permalink
    thanks, I got it to work.

    How about launching the broweser to preview your code?