sponsor Vim development Vim logo Vim Book Ad

aspnetide.vim : aspnetide.vim: A Plugin that turns vim into an asp.net IDE!

 script karma  Rating 4/3, Downloaded by 2032  Comments, bugs, improvements  Vim wiki

created by
Bryant Hankins
 
script type
ftplugin
 
description
Turns VIM into an asp.net IDE!

Features
-------------
* ASPHelp - F1: Jump to online help based on selected word.
* ASPBuild - <leader>ab: Find a solution file for the project and build. Errors shown in quickfix.
* ASPAltFile - <leader>af: Navigate to alternate files (ASPX <-> code-behind).
* ASPRun - F5: Run app in local webserver and navigate to selected page.
* ASPGoTo - <leader>ag: Go to class file based on name.

Screencast of how to use this plugin:
http://www.youtube.com/watch?v=9lYgblj1tc0

Notes:
--------
*For those new to vim, <leader> is a backslash by default.
*You may need to have VS.NET installed for ASPRun to work. Not sure if the local web server gets installed with just the framework.
*The  ASPBuild and ASPRun features only work on windows. With a few tweaks this could work nicely for mono on linux though...

Patches welcome, github location:
git://github.com/bryanthankins/vim-aspnetide.git
 
install details
Extract the zip file to ~/.vim (or vimfiles on Windows).  To use the help, see :help add-local-help.  In a nutshell, :helptags ~/.vim/doc. (or :helptags $VIM/vimfiles/doc on windows)

For details, see :help aspnetide
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
aspnetide.zip 1.6 2010-10-25 7.0 Bryant Hankins Fixed issue with Build Succeeded showing improperly
aspnetide.zip 1.5 2010-10-20 7.0 Bryant Hankins fixed plugin dir name and issue with build
aspnetide.zip 1.4 2010-10-15 7.0 Bryant Hankins Updated the build process to filter warnings and remove cope
aspnetide.zip 1.3 2010-10-07 7.0 Bryant Hankins Updated to parse sln and use the proper target framework for building and running
aspnetide.zip 1.2 2010-10-04 7.0 Bryant Hankins -fixed issue with DB loader
aspnetide.zip 1.1 2010-10-02 7.0 Bryant Hankins Fixed an issue with the "Run" command on asp.net 4.0 apps
aspnetide.zip 1.0 2010-09-30 7.0 Bryant Hankins -Added support for opening alternate file in new window
-Added support for parsing web.config and loading conn strings into DBExt for easy querying.
aspnetide.zip 0.93 2010-09-27 7.0 Bryant Hankins -Added MVC support for "Go to alternate file". Will navigate between Controller and Template files
aspnetide.zip 0.92 2010-09-23 7.0 Bryant Hankins Added vim docs. Changed key mappings to be more unique. Added goto file feature
aspnetide.vim 0.91 2010-09-20 7.0 Bryant Hankins -Added support for those with only the 3.5 framework msbuild installed
-Added better error messages
aspnetide.vim 0.9 2010-09-19 7.0 Bryant Hankins Initial upload
ip used for rating: 3.23.92.53

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github