vim code completion

R

Roeland Moors

Is there a possibility to use code completion in vim for ruby?

Tips, links, ... ?
 
J

Jamis Buck

Roeland said:
Is there a possibility to use code completion in vim for ruby?

Tips, links, ... ?

There's always the ^N/^P keys (used in insert mode). It's not quite code
completion, but if you've already typed some symbol elsewhere in your
document, it can really speed things up.

- Jamis
 
R

Roeland Moors

There's always the ^N/^P keys (used in insert mode). It's not quite code
completion, but if you've already typed some symbol elsewhere in your
document, it can really speed things up.

The problem is remembering methods.
It would be nice if I could type 'Dir.' then press some hot-key
and get all the methods.
 
J

James Britt

Roeland said:
The problem is remembering methods.
It would be nice if I could type 'Dir.' then press some hot-key
and get all the methods.

The ruby-vim macro/menu thing (sorry, I forget the actual name) has a
binding (Ctrl-F5) that runs ri for the term under the cursor.

James
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,678
Members
48,796
Latest member
Greg L.

Latest Threads

Top