cypher256 / pleiades.io

Pleiades による Eclipse などの IDE 製品翻訳や JetBrains 製品のオンラインヘルプ日本語サイト https://pleiades.io や https://spring.pleiades.io の誤訳や問題を管理します。
https://willbrains.jp/
27 stars 2 forks source link

Eclipse php issue "colon expected" #158

Closed riok1280 closed 4 months ago

riok1280 commented 4 months ago

Recently, I have updated eclipse php from 2020-12 to 2023-12 and have encountered an unexpected error as follows.

Image2

You can read the error message is "colon expected". It is apparenetly misleading. Strange is that if you change the file extension of the html file from ".html" to ".HTML", the error is disappeared.

If there is any setup method to restore this phenomenon , please advise.

cypher256 commented 4 months ago

Workaround: Disable the HTML Language Server.

image

riok1280 commented 4 months ago

Thanks a lot for your advice. It worked fine.