TC Liu
TC Liu
@Verley93 thanks for your report! How does the file you are editing look like?
@lehronn thanks for your proposal 👍 That's really what i've been looking for. But unfortunately currently it requires UI support for [atom-ide-ui](https://github.com/facebook-atom/atom-ide-ui) This require more discussion with them.
@fooloomanzoo is this javascript file? Javascript grammar is out of the scope of ide-html.
@fooloomanzoo What are the behaviors you expect of atom ide ui when opening html containing inline javascript script?
@fooloomanzoo It would be possible but the core *html parsing functionality* lies in [vscode-html-server][vscode-html-server]. Now I cannot create a new issue in that repo. Perhaps there are other ways to...
@lastingman thanks for your report. Is it happening to any html files you opened? Does it happen to small html files?
@lastingman please do 1. dispatch command `Application: Open Your Config` 2. add `debugLSP: true` under `core` property then save 3. dispatch command `Window: Toggle Dev Tools` 4. dispatch command `Window:...
@lastingman thanks. Usually it's message containing `VSCODE-HTML-LANG-SERVER`. May you expand those two _RED MESSAGE_ in the middle part? `> GET atom://nuclide/...` `> HTML (VSCODE-HTML-LANG-SERVER) > ...`
@lastingman sorry I did not make it clear. May you also expand the _array part_? `> [ Array[2] ]`
@lastingman looks like it's a connection issue. Please try following steps to restart HTML language client server. 1. Keep Atom dev tool opened, switched to `Console` tab 2. Close all...