PHP Sublime text 3 plugin

Asked

Viewed 319 times

4

Does anyone know the name of the PHP plugin that shows a description of the php function in my IDE when I put the cursor over it? By EX:

function:

str_replace();

By placing the mouse on it appears a description of what she does, and what she gets:

str_replace($find, $string, $replace) // essa função localiza uma string e a substitui na string informada. (pode ser em ingles essa descrição)

Basically what I’m looking for is this: (a description of the function within the editor itself)

inserir a descrição da imagem aqui

  • 1

    Look for code intelligence. The Wictor response already contains the plugin you want for this in your editor.

1 answer

6


  • This one I’m on, but there’s one even better that’s in this scheme I put in the question

  • I edited, I believe it is the second plugin you want.

  • added an image to illustrate what I am looking for

  • So it’s Sublimecodeintel you need.

  • I could not find this functionality in the plugin

Browser other questions tagged

You are not signed in. Login or sign up in order to post.