Giter VIP home page Giter VIP logo

tagbar-javascript.vim's Introduction

tagbar-javascript.vim

javascript tags for tagbar.

Usage

First, install esctags with npm:

npm install -g esctags

Then, install tagbar-javascript.vim with vundle:

Plugin 'hushicai/tagbar-javascript.vim'

Now, enjoy it.

Screenshots

Simple

amdjs

nodejs

tagbar-javascript.vim's People

Contributors

hushicai avatar wildskyf avatar

Stargazers

 avatar Santiago Rodriguez avatar ik5 avatar Cheng JIANG avatar Nhân(Kevin) Lý avatar Ryota Yamamoto avatar  avatar Manuel López avatar Eric Butera avatar Yuexun avatar Mohamed Boughaba avatar Ya Zhuang avatar Adam Anderson avatar hokorobi avatar Jinwoo Kim/DAX TF avatar 年糕小豆汤 avatar NoScripter avatar Infernal Sotona avatar  avatar  avatar

Watchers

James Cloos avatar  avatar

tagbar-javascript.vim's Issues

列表表达式中出现函数调用,会导致显示错误

示例:

const handlers = [
  jwtAuth,
  celebrate(joiSchema),
  asyncHandler(async (req, res) => {
    console.log(req.user)
    res.sendStatus(200)
  })
]
module.exports = handlers

将以上代码写入文件中,然后在VIM中打开。

现象:
打开Tarbar窗口时,窗口内无内容显示;在normal模式下移动光标时,光标反映稍有延迟。

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.