Mohamed Abusaid

Results 16 comments of Mohamed Abusaid

hello @MatrixV01 I don't understand what the issue here is? editor.wordBasedSuggestions is a variable controlled on the editor and can not be manipulated by the extension. The user would configure...

hello @infeng , thank you for the PR, I have commented [here](https://github.com/abusaidm/html-snippets/issues/27#issuecomment-282512411) why I didn't take this approach and what can users do to get this to work on their...

I will take a look at how to solve something like this, but this might require programming a complex extension to hold the logic. sorry.

Hello @Tekbr I dont understand what you are trying to do. the `div` command gives you the following code: ``` | | ``` *the bar `|` is where the cursor...

I have just tested using: OS: OSX 10.11 VSCode: 1.8.1 Extension: 0.0.18 I have tested the three scenarios, and have provided a gif showing the output for each case, these...

hello, what you experienced there is the VS Code html engine, in recent versions the VS Code added native support for html in html files, if you open a file...