Prompt extension for javascript.

let h1 = document.querySelector('#h1'); 

After entering a dot ( . ), The word style should appear. After entering a dot, the word color should appear.

 h1.style.color = '#ff0000'; h1.style.textAlign = 'center'; 

I installed many different extensions (snippets, intelligences) for JS. But the desired effect is not. If anyone knows, tell me. Thank.

    0