Dnia poniedziaĆek, 12 czerwca 2006 19:39, Silent1 napisaĆ: > I'm using the omni completion so far on my php scripts and i'm > wondering if there are ways i can call different sets of data with > different key strokes.
You can use 'completefunc' to call different completion script. > ctrl-x+ctrl+o will bring up everything and display everything and will > open up a preview window that has info if a function is called with > parameters. How do i get the menu that comes up to display the > parameters as well? They come up in the preview window just fine just > wondering if i can see them in the drop down menu. No. For many (most?) built in functins popup menu would be too wide. > Also, everytime i start omni completion with ctrl-x+ctrl+o does it > research the file again and display everything including the new stuff > i may have typed? Part of it. > If so is there a quicker way to see functions with the parameters > without reloading the file? ctrl+n will bring up functions but will > not update the preview window. No. > Also is there a way that i can just call php functions with parameters > and not see functions/classes/variables in the file i'm editing? Also > the reverse say i would like to only see functions/classes/variables > in the current file or say just the variables? No. m.
