<turbo-stream action="append" target="posts_list"><template>    <div class="postbit" id="310574" data-post-id="310574">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="dimitarvp" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/dimitarvp/120/38664_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  dimitarvp
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Just found out that <code>lexical</code> does not yet support listing symbols in the current file and in the workspace. That’s a deal breaker for the moment. I’ll wait until that feature is announced and will then resume using <code>lexical</code>.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="310574" data-batch-url="/posts/batch_likers">
                        2
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/lexical-a-language-server-for-elixir/59241/42">Post #41</a>
	                </div>
	            </div>
              <div id="likers-container-310574" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="310574"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #41"></div>
  </section>
</div>
    <div class="postbit" id="310603" data-post-id="310603">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="scohen" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/scohen/120/30912_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  scohen
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Sorry to hear that, but we’ll be adding that once the indexing work is complete.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="310603" data-batch-url="/posts/batch_likers">
                        3
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/lexical-a-language-server-for-elixir/59241/43">Post #42</a>
	                </div>
	            </div>
              <div id="likers-container-310603" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="310603"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #42"></div>
  </section>
</div>
    <div class="postbit" id="313343" data-post-id="313343">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="Exadra37" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/Exadra37/120/9183_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  Exadra37
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<blockquote>
<p>It looks like <a href="https://lsp.sublimetext.io/client_configuration/" rel="noopener nofollow ugc">this guide</a> along with Lexical’s own installation docs should get things up and running!</p>
</blockquote>
<p>I followed that guide but cannot get Lexical to work on Sublime. I get permission denied on a popup when Sublime tries to start Lexical. I can start the script from the command line and the script has executable permissions for everyone:</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">$   ls -al ~/Downloads/lexical/_build/dev/package/lexical/bin
total 32
drwxr-xr-x@ 6 exadra37  staff   192B  3 Jan 16:20 .
drwxr-xr-x@ 7 exadra37  staff   224B  3 Jan 16:25 ..
-rwxr-xr-x@ 1 exadra37  staff   1.9K  3 Jan 16:25 activate_version_manager.sh
-rwxr-xr-x@ 1 exadra37  staff   580B  3 Jan 16:25 boot.exs
-rwxr-xr-x@ 1 exadra37  staff   230B  3 Jan 16:25 debug_shell.sh
-rwxr-xr-x@ 1 exadra37  staff   483B  3 Jan 17:00 start_lexical.sh
</code></pre>
<p>My LSP settings:</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">"clients": {
    "elixir-lexical": {
      // enable this configuration
      "enabled": true,
      // the startup command -- what you would type in a terminal
      "command": ["/Users/Exadra37/Downloads/lexical/_build/dev/package/lexical/bin", "start_lexical.sh"],
      // the selector that selects which type of buffers this language server attaches to
      "selector": "source.elixir"
    }
  }
</code></pre>
<p>Am i missing something?</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="313343" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/lexical-a-language-server-for-elixir/59241/44">Post #43</a>
	                </div>
	            </div>
              <div id="likers-container-313343" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="313343"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #43"></div>
  </section>
</div>
    <div class="postbit" id="313360" data-post-id="313360">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="scohen" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/scohen/120/30912_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  scohen
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>There are a couple scripts that lexical needs to have execute permission, ensure all of them have that permission:</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">./lexical/bin/activate_version_manager.sh
./lexical/bin/debug_shell.sh
./lexical/bin/start_lexical.sh
./lexical/priv/port_wrapper.sh
</code></pre>
<p>Did the error have any more information other than permission denied?</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="313360" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/lexical-a-language-server-for-elixir/59241/45">Post #44</a>
	                </div>
	            </div>
              <div id="likers-container-313360" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="313360"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #44"></div>
  </section>
</div>
    <div class="postbit" id="313417" data-post-id="313417">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="Exadra37" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/Exadra37/120/9183_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  Exadra37
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>The only thing it says is the lack of permission, as per screenshot:</p>
<p></p><div class="lightbox-wrapper"><a class="lightbox" href="https://forum.elixirforum.com/uploads/default/original/3X/3/c/3c2467442bb9061b1b7c0933a37b7e2c7fd90ac1.jpeg" data-download-href="https://forum.elixirforum.com/uploads/default/3c2467442bb9061b1b7c0933a37b7e2c7fd90ac1" title="image" rel="nofollow"><img src="https://forum.elixirforum.com/uploads/default/original/3X/3/c/3c2467442bb9061b1b7c0933a37b7e2c7fd90ac1.jpeg" alt="image" data-base62-sha1="8A2DOixRzvPLjWZriWswP0EAHcd" width="465" height="600" data-dominant-color="333635"><div class="meta"><svg class="fa d-icon d-icon-far-image svg-icon" aria-hidden="true"><use href="#far-image"></use></svg><span class="filename">image</span><span class="informations">712×918 28.5 KB</span><svg class="fa d-icon d-icon-discourse-expand svg-icon" aria-hidden="true"><use href="#discourse-expand"></use></svg></div></a></div><p></p>
<p>Output from Sublime console:</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">Unable to start subprocess for elixir-lexical
Traceback (most recent call last):
  File "/Users/exadra37/Library/Application Support/Sublime Text/Installed Packages/LSP.sublime-package/plugin/core/windows.py", line 273, in start_async
    transport = create_transport(transport_config, transport_cwd, session)
  File "/Users/exadra37/Library/Application Support/Sublime Text/Installed Packages/LSP.sublime-package/plugin/core/transports.py", line 265, in create_transport
    process = start_subprocess()
  File "/Users/exadra37/Library/Application Support/Sublime Text/Installed Packages/LSP.sublime-package/plugin/core/transports.py", line 253, in start_subprocess
    return _start_subprocess(config.command, stdin, stdout, subprocess.PIPE, startupinfo, config.env, cwd)
  File "/Users/exadra37/Library/Application Support/Sublime Text/Installed Packages/LSP.sublime-package/plugin/core/transports.py", line 339, in _start_subprocess
    cwd=cwd)
  File "./python3.3/subprocess.py", line 819, in __init__
  File "./python3.3/subprocess.py", line 1452, in _execute_child
PermissionError: [Errno 13] Permission denied``
</code></pre>
<p>All the scripts have executable permissions as per <code>ls -al</code> output I pasted before:</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">$   ls -al ~/Downloads/lexical/_build/dev/package/lexical/bin
total 32
drwxr-xr-x@ 6 exadra37  staff   192B  3 Jan 16:20 .
drwxr-xr-x@ 7 exadra37  staff   224B  3 Jan 16:25 ..
-rwxr-xr-x@ 1 exadra37  staff   1.9K  3 Jan 16:25 activate_version_manager.sh
-rwxr-xr-x@ 1 exadra37  staff   580B  3 Jan 16:25 boot.exs
-rwxr-xr-x@ 1 exadra37  staff   230B  3 Jan 16:25 debug_shell.sh
-rwxr-xr-x@ 1 exadra37  staff   483B  3 Jan 17:00 start_lexical.sh

</code></pre> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="313417" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/lexical-a-language-server-for-elixir/59241/46">Post #45</a>
	                </div>
	            </div>
              <div id="likers-container-313417" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="313417"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #45"></div>
  </section>
</div>
    <div class="postbit" id="313470" data-post-id="313470">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="scohen" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/scohen/120/30912_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  scohen
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>There are more executable files than you’ve listed above, which is why I asked. There’s an important file that’s not in the <code>bin</code> directory, which is <code>./lexical/priv/port_wrapper.sh</code>. Though It would be odd for the permission denied error on that file to bubble up to the editor.</p>
<p>Honestly, that error isn’t super helpful without telling me <em>what</em> it’s trying to execute. Very annoying, sublime.</p>
<p>If you want more real-time help, please pop in to our discord server.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="313470" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/lexical-a-language-server-for-elixir/59241/47">Post #46</a>
	                </div>
	            </div>
              <div id="likers-container-313470" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="313470"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #46"></div>
  </section>
</div>
    <div class="postbit" id="313743" data-post-id="313743">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="Exadra37" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/Exadra37/120/9183_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  Exadra37
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<blockquote>
<p>There’s an important file that’s not in the <code>bin</code> directory, which is <code>./lexical/priv/port_wrapper.sh</code>.</p>
</blockquote>
<p>The path doesn’t exist on my repo, but I can find the script at other location wiht executable permissions:</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">➜  lexical git:(main) l apps/remote_control/priv/
total 8
drwxr-xr-x@  3 exadra37  staff    96B  3 Jan 16:16 .
drwxr-xr-x@ 10 exadra37  staff   320B  8 Jan 16:24 ..
-rwxr-xr-x@  1 exadra37 staff   470B  3 Jan 16:16 port_wrapper.sh
</code></pre>
<blockquote>
<p>Honestly, that error isn’t super helpful without telling me <em>what</em> it’s trying to execute. Very annoying, sublime.</p>
</blockquote>
<p>I will see if I can find more detailed logs.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="313743" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/lexical-a-language-server-for-elixir/59241/48">Post #47</a>
	                </div>
	            </div>
              <div id="likers-container-313743" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="313743"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #47"></div>
  </section>
</div>
    <div class="postbit" id="314075" data-post-id="314075">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="scohen" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/scohen/120/30912_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  scohen
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>That file should exist in the <code>_build/dev/package/lexical/priv</code> directory.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="314075" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/lexical-a-language-server-for-elixir/59241/49">Post #48</a>
	                </div>
	            </div>
              <div id="likers-container-314075" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="314075"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #48"></div>
  </section>
</div>
    <div class="postbit" id="314555" data-post-id="314555">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="Exadra37" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/Exadra37/120/9183_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  Exadra37
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<aside class="quote no-group" data-username="scohen" data-post="49" data-topic="59241">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/scohen/48/30912_2.png" class="avatar"> scohen:</div>
<blockquote>
<p>_build/dev/package/lexical/priv</p>
</blockquote>
</aside>
<p>Yes, I can see it there, and has executable permissions for everyone:</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">$ l _build/dev/package/lexical/priv
total 24
drwxr-xr-x@ 5 exadra37  staff   160B  3 Jan 16:20 .
drwxr-xr-x@ 7 exadra37  staff   224B  3 Jan 16:25 ..
-rw-r--r--@ 1 exadra37  staff     6B  3 Jan 16:25 .elixir
-rw-r--r--@ 1 exadra37  staff     6B  3 Jan 16:25 .erlang
-rwxr-xr-x@ 1 exadra37  staff   470B  3 Jan 16:25 port_wrapper.sh
</code></pre>
<p>This is indeed weird <img src="https://forum.elixirforum.com/images/emoji/apple/thinking.png?v=15" title=":thinking:" class="emoji" alt=":thinking:" loading="lazy" width="20" height="20"></p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="314555" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/lexical-a-language-server-for-elixir/59241/50">Post #49</a>
	                </div>
	            </div>
              <div id="likers-container-314555" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="314555"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #49"></div>
  </section>
</div>
    <div class="postbit" id="318683" data-post-id="318683">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="scohen" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/scohen/120/30912_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  scohen
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<h2><a name="p-318683-lexical-05-has-been-released-1" class="anchor" href="#p-318683-lexical-05-has-been-released-1" aria-label="Heading link" rel="nofollow"></a>Lexical 0.5 Has been released</h2>
<p>This release includes a <em>ton</em> of bugfixes and feature improvements, and debuts our search and indexing framework, which powers find references and go to definition, and will power a host of other features.</p>
<p>Highlights include:</p>
<ul>
<li>Support for elixir version 1.16</li>
<li>Handled renaming of <code>rtx</code> to <code>mise</code></li>
<li>Multiple improvements to the hover popup</li>
<li>Improved ease of writing new code actions</li>
<li>Undefined variables diagnostics error for HEEx templates</li>
<li>Code action: Suggested function names</li>
<li>Completions for typespecs</li>
<li>Improved nix flake</li>
</ul>
<p><a href="https://github.com/lexical-lsp/lexical/releases/tag/v0.5.0" rel="noopener nofollow ugc">See the full release notes here</a></p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="318683" data-batch-url="/posts/batch_likers">
                        18
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/lexical-a-language-server-for-elixir/59241/51">Post #50</a>
	                </div>
	            </div>
              <div id="likers-container-318683" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="318683"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #50"></div>
  </section>
</div>
</template></turbo-stream><turbo-stream action="replace" target="load-more-container"><template><div id="load-more-container" class="load-more-container">
    <a class="load-more-button" data-turbo-stream="true" href="/topics/59241/load_more?page=6">Load more posts (28 remaining)</a>
</div></template></turbo-stream>