CodeLobster IDE
http://codelobster.com/forum/

Autocomplete fails in Drupal *.module files in 3.9.3 Trial
http://codelobster.com/forum/viewtopic.php?f=3&t=24174
Page 1 of 1

Author:  6thelements [ Wed Feb 28, 2018 7:35 pm ]
Post subject:  Autocomplete fails in Drupal *.module files in 3.9.3 Trial

All the other file extensions are dealt with correctly (.inc, .install, etc.)

I'm using the 30 day trial version.

Also, the code hints only have the names of the variables, and not the full data from doxygen comments in the code. When using code lobster, what is the best way to make the additional function tests visible?

/**
* Render an element.
*
* This function renders an element using drupal_render(). The top level
* element is shown with show() before rendering, so it will always be rendered
* even if hide() had been previously used on it.
*
* @param $element
* The element to be rendered.
*
* @return
* The rendered element.
*
* @see drupal_render()
* @see show()
* @see hide()
*/
function render(&$element) {

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/