vscode-phoenix icon indicating copy to clipboard operation
vscode-phoenix copied to clipboard

Syntax highlighting support for Phoenix templates in Visual Studio Code.

Results 15 vscode-phoenix issues
Sort by recently updated
recently updated
newest added

First of all: thank you for providing and officially supporting such a fine VSCode extension for the Phoenix framework! After working with this extension and `HEEx` templates for a while...

With the extension enabled, html tags (all of themexcept for script as far as I could find) all have the textmate scope `meta.tag.other.unrecognized.html.derivative` instead of (for a body tag for...

No problems until I updated VSCode ``` Version: 1.73.1 Commit: 6261075646f055b99068d3688932416f2346dd3b Date: 2022-11-09T03:54:53.913Z Electron: 19.0.17 Chromium: 102.0.5005.167 Node.js: 16.14.2 V8: 10.2.154.15-electron.0 OS: Linux x64 6.0.6-76060006-generic Sandboxed: No ``` I added...

The existing regex prevented the end of a HEEx sigil from being detected if the line had any additional content after the `"""[modifiers]`. This caused highlighting to break if a...

Hi, I am on Windows 11 and I downloaded the lorem extension for Phoenix Code. However, when I tried the possible combinations, eg. lorem_p3 etc. and pressed CTRL-SHIFT-L, nothing happened,...