### Your environment - `vscode-ruby` version: 0.14.0 - Ruby version: ruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-darwin16 - VS Code version: 1.15.0 - Operating System: MacOS ### Expected behavior 1. Create a new file 2. Set language mode to `erb` 3. Type `.myclass` or any HTML like `div`, `p` etc 4. Hit `ctrl + space` to list suggestions (if you don't have autosugesstion turned on) 5. Expect to see emmet expanded abbreviations ### Actual behavior `No suggestions` returned ### Steps to reproduce the problem see `Expected behavior` --- IIRC `emmet` used to work seamlessly with `erb`. Perhaps its due to the change to `emmet` in vscode. Workaround: set language mode to `HTML`.
Your environment
vscode-rubyversion: 0.14.0Expected behavior
erb.myclassor any HTML likediv,petcctrl + spaceto list suggestions (if you don't have autosugesstion turned on)Actual behavior
No suggestionsreturnedSteps to reproduce the problem
see
Expected behaviorIIRC
emmetused to work seamlessly witherb.Perhaps its due to the change to
emmetin vscode.Workaround: set language mode to
HTML.