question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Elixir's .eex icon, is not displaying

See original GitHub issue

Noticing that in all my projects the icon’s for HTML (Eex) .eex files are not loading the standard Elixir icon.

proof

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:11 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
timmhirsenscommented, Jan 9, 2018
2reactions
JimiCcommented, Jan 7, 2018

Update

Turns out that we already support Eex and HTML (Eex) after all. But with HTML (Eex) we are hitting the known vscode snag, it not liking whitespaces in the language id. In order to fix this @fr1zle needs to fix first the language ids. According to the guidelines:

  • Eex needs to be switched to eex
  • HTML (Eex) needs to be switched to html-eex or html_eex (though kebabcase 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: file_type_eex

Editor Preview: screenshot - 07_01_2018 14_44_12 screenshot - 07_01_2018 14_45_56

And this is how it will look in the language mode selection menu: screenshot - 07_01_2018 14_55_15

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found