O
O
okmirzaev2021-02-02 15:05:29
Visual Studio Code
okmirzaev, 2021-02-02 15:05:29

Does VS code have php functions autocomplete?

Does VS code have autocomplete php functions like in sublime text?
I installed almost all the extensions there. But, they don't even prompt the phpinfo() function.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Anton Anton, 2021-02-02
@okmirzaev

Open any file with php extension, go to the extensions tab, see PHP IntelliSense with three stars and PHP Intelephense with five in the recommended.
Well, I highly recommend https://marketplace.visualstudio.com/items?itemNam...

T
twobomb, 2017-07-31
@CompiledBrain

JS

document.querySelector("#hideFrame").addEventListener("click",function(){
  document.querySelectorAll("iframe").forEach(function(el){
  	el.style.display =  window.getComputedStyle(el).display == "block"?"none":"block"; 
  });
},false);

iframe{
      display:block;
    }

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question