GithubHelp home page GithubHelp logo

lord-leonard / vim-aspnet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bryanthankins/vim-aspnetide

0.0 0.0 0.0 35 KB

asp.net webforms support

Home Page: http://www.vim.org/scripts/script.php?script_id=3243

Vim Script 100.00%

vim-aspnet's Introduction

*aspnetide.txt*   A Plugin that turns vim into an asp.net IDE! 
                                                
Author: Bryant Hankins <[email protected]>*aspnetide-author*

INTRODUCTION                                    *aspnetide-intro*

This plugin allows you to easily edit ASP.NET applications with vim. It attempts to give you some of the niceties you may be used to from a full IDE without getting in your way like a full IDE.

aspnetide defines the following commands:

|:ASPHelp|
|:ASPBuild|
|:ASPAltFile|
|:ASPRun|
|:ASPGoTo|
|:ASPDatabase|
 
:ASPHelp                                         *:ASPHelp*
   Jump to online help based on selected word: F1 or <leader>ah

:ASPBuild                                       *:ASPBuild*
   Find a solution file for the project and build. Errors shown in quickfix. Function mapped to <leader>ab

:ASPAltFile                                     *:ASPAltFile*
   Navigate to alternate files (ASPX <-> code-behind). It will detect whether it's running in a webforms or MVC app. In webforms mode, it will jump between the view and code-behind files. In MVC mode it will jump between Controller and View template. Function mapped to <leader>af or <leader>aw to open in a new window.

:ASPRun                                         *:ASPRun*
   Run app in local webserver and navigate to selected page. Function mapped
   to F5 or <leader>ar

:ASPGoTo                                        *:ASPGoTo*
   Takes you to the class file based on the current word. So if you are on "Utility" it will look through the directory tree for the utility class file. Function mapped to <leader>ag

:ASPDatabase                                    *:ASPDatabase*
   Requires the vim DBext plugin. Parses the web.config and loads all connection strings into preconfigured connections accessible from SQL Buffer Prompt (<leader>sbp) and easy querying from DBExt. Function mapped to <leader>ad

The latest stable version can be found at:
    http://www.vim.org/scripts/script.php?script_id=3243
Latest code can be found at:
    http://github.com/bryanthankins/vim-aspnetide
My homepage is:
    http://www.bryanthankins.com/techblog

Feedback is welcome as are bug reports and patches. 


						*aspnetide-license*
This plugin is distributable under the same terms as Vim itself.  See
|license|.  No warranties, expressed or implied.

 vim:tw=78:ts=8:ft=help:norl:

vim-aspnet's People

Contributors

bryanthankins avatar lord-leonard avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.