Giter VIP home page Giter VIP logo

vim-dartanalyzer's Introduction

vim-dartanalyzer

Vim plugin for running dartanalyzer asynchronously.

ScreenCast

This plugin is tested on Vim (latest version) on Ubuntu 14.04 64-bit.

Requirements

Usage

Install this plugin and open *.dart file in vim. This plugin will automatically start dartanalyzer in background (at the first time, this process will take a few seconds). Then syntax errors and warnings will be highlighted.

Errors and warnings are set in vim's quickfix list. By using :copen command, you can see all positions of errors/warnings, and you can jump to the line.

If filetype is not set automatically, try dart-lang/dart-vim-plugin. Otherwise, add the following line in your .vimrc.

autocmd BufNewFile,BufRead *.dart set filetype=dart

Configuration

See :help dartanalyzer.

vim-dartanalyzer's People

Contributors

miyakogi avatar hexchain avatar

Stargazers

Benjamin Wall avatar kazuki229 avatar Jonah Fang avatar Adelar da Silva Queiróz avatar Shingo Onobori avatar Vitaliy Vostrikov avatar Naruhiko Nishino avatar sh4869 avatar

Watchers

James Cloos avatar  avatar  avatar

vim-dartanalyzer's Issues

Update screencast

Now, syntax check is run only when the file is saved.
In the screen cast on README.md, plugin checks much more frequently (it's an old feature).

Nothing in quickfix

There doesn't seem to be anything in the quickfix window.
2019-03-03-035206_1920x1080_scrot

Below the code you can see my vimrc

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.