ASP maps : Maps to facilitate coding in ASP
script karma |
Rating -2/2,
Downloaded by 1257 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Ariel Arjona |
|
script type |
ftplugin |
|
description |
Based intially on Gavin Sinclair's Java script (vimscript #266), these are mappings to facilitate coding in VBScript ASP.
Examples of use:
To get:
<%
Response.Write "SomeText"
%>
In insert mode you type:
,%,r,wSomeText
To get:
If Trim(Request.QueryString("option")) then
End If
In insert mode you type:
:i<Ctrl+f>t,R,qoption
You have:
strOption = Request("option")
And you want:
strOption = Trim(Request("option"))
You mark Request("option") in visual mode and press <Ctrl+f>t
I will be adding more soon. |
|
install details |
just drop the file in your ftplugin dir. |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 52.15.242.179
|