Elixir's .eex icon, is not displaying
See original GitHub issueNoticing that in all my projects the icon’s for HTML (Eex) .eex
files are not loading the standard Elixir icon.
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (7 by maintainers)
Top Results From Across the Web
Mobile app - Questions / Help - Elixir Forum
There is one app created in Phoenix.it is working properly but when i am saving it into my mobile,I am unable to see...
Read more >Error in Elixir backend when trying to view network requests in ...
Any help on the error appreciated. EDIT: The error just occurs on the first path in router.ex . I deleted all paths except:...
Read more >Missing icons in stacks library - Foundry - Elixir Support
Rearrangement of foundry stacks in the sidebar. Icons not showing up. Duplicate stacks in Stacks Library in Foundry section.
Read more >SVG icons in Elixir and Phoenix - DEV Community
Here's the best way I can find to use SVG icons in Elixir and ... First, you can create a file lib/myapp_web/helpers/icon_helper.ex :....
Read more >Mastering Phoenix Framework - shankardevy
While Homebrew is not a prerequisite for Phoenix or Elixir, it helps us to ... I then looked for a template index_new.html.eex inside ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@JimiC does this look good to you? https://github.com/fr1zle/vscode-elixir/pull/114
Update
Turns out that we already support
Eex
andHTML (Eex)
after all. But withHTML (Eex)
we are hitting the knownvscode
snag, it not liking whitespaces in thelanguage id
. In order to fix this @fr1zle needs to fix first the language ids. According to the guidelines:Eex
needs to be switched toeex
HTML (Eex)
needs to be switched tohtml-eex
orhtml_eex
(thoughkebabcase
is the standard for defining multi-word ids)I do realize that this is a breaking change for the
elixir
extension but it’s a necessary one in order to support icons for.html.eex
files.Never the less, a have created a new icon for Elixir templates which will be included when the
html.eex
id can be properly supported.Icon Preview:
Editor Preview:
And this is how it will look in the language mode selection menu: