Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
tris203 pushed 2 commits to razor_ts tris203/rzls.nvim
tris203 pushed 1 commit to main tris203/rzls.nvim
- feat(foldingrange): add folding range handler (#32) 642666b
tris203 closed a pull request on tris203/rzls.nvim
feat(foldingrange): add folding range handler
Initial folding range supporttris203 created a comment on an issue on tris203/rzls.nvim
You'll need to comment the `dev = true`
tris203 created a comment on an issue on tris203/rzls.nvim
https://github.com/tris203/.dotfiles/blob/main/nvim%2Flua%2Fcustom%2Fplugins%2Froslyn.lua Here is an example from my dotfiles
tris203 created a comment on a pull request on tris203/rzls.nvim
@neubaner it wont let me request you, but can you take a look pelase
tris203 created a comment on a pull request on tris203/rzls.nvim
VsCode does a thing where is remaps the start and end characters back to the start of the range, but I dont think we need to do that
tris203 pushed 21 commits to master tris203/neovim
- docs: add tag `vim.fs.exists()` and document suggested replacement 76dcc70
- vim-patch:9.1.0890: %! item not allowed for 'rulerformat' (#31369) Problem: %! item not allowed for 'rulerformat' ... 5897994
- vim-patch:9.1.0867: ins_compl_add() has too many args Problem: ins_compl_add() has too many args Solution: refactor... 344923f
- docs: more accurate typing for LSP references context **Problem:** The `context` parameter for `references()` is jus... 864f25d
- docs(lsp): update example, optional parameters #31299 146b830
- vim-patch:65311c6: runtime(compiler): include spotbugs Java linter closes: vim/vim#16001 https://github.com/vim/vim... 8d7d225
- vim-patch:9.1.0894: No test for what the spotbug compiler parses Problem: No test for what the spotbug compiler par... cfa8418
- Merge pull request #31377 from zeertzjq/vim-65311c6 vim-patch: :compiler spotbugs 2796562
- vim-patch:8.2.2993: 'fileencodings' default value should depend on 'encoding' (#31379) Problem: 'fileencodings' d... 1536f79
- vim-patch:9.1.0892: the max value of 'cmdheight' is limited by other tabpages (#31378) Problem: the max value of 'c... b1c907f
- vim-patch:511eb84: runtime(po): remove poDiffOld/New, add po-format flags to syntax file fixes: vim/vim#16120 closes... e74316b
- build(deps): bump luajit to HEAD - 19878ec05 c867a4f
- feat(lsp): support `textDocument/foldingRange` (#31311) * refactor(shared): extract `vim._list_insert` and `vim._lis... a1e313d
- refactor: gen_declarations.lua Problem: gen_declarations.lua is complex and has duplicate logic with c_grammar.lua ... 3056115
- docs(diagnostics): location list / quickfix example #31371 2833925
- vim-patch:dd21c89: runtime(compiler): update eslint compiler compact formatter is no longer distributed with eslint,... fd865fb
- vim-patch:9.1.0897: filetype: pyrex files are not detected Problem: filetype: pyrex files are not detected Solution... 4426a32
- vim-patch:9.1.0891: building the completion list array is inefficient Problem: building the completion list array i... d512479
- vim-patch:9.1.0896: completion list wrong after v9.1.0891 Problem: completion list wrong after v9.1.0891 Solution: ... 1af1e91
- vim-patch:9.1.0898: runtime(compiler): pytest compiler not included Problem: runtime(compiler): pytest compiler not... 9d174a7
- and 1 more ...
tris203 created a comment on a pull request on tris203/rzls.nvim
> Hi, just from looking at the code, you are missing `.cshtml` files with this solution. Please create an issue or a PR :)
tris203 pushed 2 commits to razor_ts tris203/rzls.nvim
tris203 pushed 1 commit to main tris203/rzls.nvim
- feat(init): launch from .cs file first (#30) a24d508
tris203 closed a pull request on tris203/rzls.nvim
feat(init): launch from .cs file first
Allow users to open a .cs file firsttris203 created a comment on a pull request on seblj/roslyn.nvim
> Hopefully the hacky solution can be removed in not too long: https://github.com/dotnet/roslyn/issues/72871 > > 😄 That would be nice for you. I think we will always need both of our plugins beca...
tris203 created a comment on an issue on tris203/rzls.nvim
This is also the same for where we refresh the semantic tokens `vim.lsp.semantic_tokens.force_refresh` Ideally we would have a more ergonomic way to do both
tris203 pushed 1 commit to roslyn_init tris203/rzls.nvim
- feat(init): launch from .cs file first 64539f9
tris203 created a comment on a pull request on tris203/rzls.nvim
Currently blocked by https://github.com/seblj/roslyn.nvim/pull/100
tris203 opened a pull request on seblj/roslyn.nvim
feat: expose pipe status for connect with rzls
By exposting the pipes we can connect easiertris203 pushed 30 commits to main tris203/roslyn.nvim
- fix(notifications): add message titles f371cd9
- Merge pull request #79 from tris203/notify_titles 27afc7f
- feat: automatically set registry for mason 8e8848d
- docs: update README with mason install instructions a0040a9
- Merge pull request #80 from seblj/auto-updater feat: automatically set registry for mason 27f9a38
- fix: create commands inside autocmd The commands should not be available unless we have started the server 6122b4c
- Update CSTarget wth Roslyn choose in README.md fb86b31
- Merge pull request #81 from marcinjahn/patch-2 322e529
- feat!: check if project file is part of solution file (#83) This refactors quite a lot of things, and also adding a ... d121ca7
- fix: refactor how exe is calculated ee8bb2d
- Merge pull request #85 from seblj/refactor-exe dc1193e
- refactor: split out config into it's own file d1223be
- docs: add explanatory comment about why root is calculated with lock sln 2b2f57b
- fix: fix bug with sln parser bfca961
- fix: remove unnecessary hack for filewatching This doesn't seem to be necessary after this: https://github.com/dotne... a2f3b62
- refactor: config capabilities setup 00b7ef4
- fix: remove unnecessary code d3cc1c1
- fix: rename method for consistency 9033c67
- fix: order of params type hints to match function signature 9d2426f
- fix: roslyn doesn't attach to cs buffer when .sln is not present The condition `not sln or not csproj` in sln.utils.... b4d7722
- and 10 more ...