Git Product home page Git Product logo

vim-iop's Introduction

vim-iop

This is a Vim plugin for IOP , provides :

Features

  • Syntax highlight
  • Auto completion
  • Indentation
  • Provide some code snippets

How To Install

  1. Use one of the following plugin managers:
  1. Use this repository as submodule or package.

For example when using Vundle :

set rtp+=~/.vim/bundle/vundle/
call vundle#rc()

Plugin 'gmarik/vundle'
Plugin 'abderrahmaneMustapha/vim-iop'
....
....

Contributing

To get started see the contributing guidelines.

Before You Create a Pull Request

  • If you already forked the repository, please make sure your fork is up-to-date, following this simple steps.
  • Please make sure your code follows the style guideline defined in this repo,

vim-iop's People

Contributors

abderrahmanemustapha avatar imen-ben avatar thelegend98 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

vim-iop's Issues

Create a syntax highlight

Make it easier for developers to read the code in the vim ide
by adding a syntax highlight for the iop files :

Improve auto completion

We need to improve our auto-completion for example

  1. if the cursor is in the start of the line the plugin suggest class , enum , struct or a decorator but not string
  2. another example is when i have something like this :
class ClassName  {
  ]
.........

lets say the cursor is ] ur plugin need to suggest a string , int , or other basic types , we can also add existing class names to this suggestions because this class name can play the role of type .

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.