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

Forum statistics

Threads
474,159
Messages
2,570,879
Members
47,414
Latest member
GayleWedel

Latest Threads

Top