Giter Club home page Giter Club logo

previewtag.vim's Introduction

This is a mirror of http://www.vim.org/scripts/script.php?script_id=380

Basically, does a  g}  command to bring up the tag in the preview window.  
Next, it looks at the located tag, and based on what it looks like adjusts the preview window height and posistions the file in the preview window so that the "entire" tag is shown -- in the case of a structure, the "entire" tag includes the opening brace through the closing brace.  That's where the style used can have an effect.  We use the style:                                            
                                                                              
     typedef struct foo {                                                     
          int   member1;                                                      
          long  member2;                                                      
     } FooType;                                                               
                                                                              
So, including the line having the opening brace through the line having the   
closing brace shows the entire type.                                          
                                                                              
If it doesn't work with your style, it should only take some minor tweaks to  
the patterns used to identify different tags to treat specially.

If the tag isn't recognized as "special", the tag is previewed "normally" (i.e., whatever g} does normally, based on your vim settings.

previewtag.vim's People

Contributors

gary-holloway avatar

Stargazers

 avatar

Watchers

 avatar  avatar  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.