atom-solargraph
atom-solargraph copied to clipboard
An Atom package for Solargraph.
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...
Bumps [css-what](https://github.com/fb55/css-what) from 2.1.2 to 2.1.3. Commits 2db00ca 2.1.3 dc51092 fix(css-selectors): extend regex to include superscript in range, fix #27 (#28) a5f1991 Test on node LTS See full diff in...
Given GitHub's intention to sunset Atom, I expect to archive this project and stop providing updates. [Solargraph](https://github.com/castwide/solargraph) will continue.
I successfully installed solargraph from the command prompt via: `gem install solargraph` And it was successfully installed in atom:  But when I select the Ruby grammar and...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.6.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
I'm using a Mac (Mojave 10.14.5) I have installed `ruby-solargraph`0.4.0 in Atom I have installed the `solargraph` gem (0.33.2) I have restarted Atom. I start typing in a Ruby file...
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.41.0 x64 **Electron**: 4.2.7 **OS**: Mac OS X 10.15.1 **Thrown From**: [ruby-solargraph](https://github.com/castwide/atom-solargraph) package 0.6.1 ### Stack Trace Failed to activate the...
Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. Commits - See full diff in [compare view](https://github.com/lodash/lodash/commits) [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't...
With the atom-solargraph extension enabled, autocomplete+ appears to stop working. No suggestions appear, even for snippets or other terms in the file. With atom-solargraph disabled, autocomplete+ goes back to normal...
Every change of every file in my project's directory notifies solargraph of a file-change and causes a new indexing-process. So in my rails-projects every page-reload triggers a lot of reindexing-processes,...