Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / coder3101/protols issues and pull requests
#56 - feat: recursively parse import files and goto definition of well known types
Pull Request -
State: closed - Opened by coder3101 17 days ago
#55 - feat: Jump to definition for imports take to file
Pull Request -
State: closed - Opened by coder3101 18 days ago
#54 - Full parsing to find references and performing rename
Issue -
State: open - Opened by coder3101 18 days ago
#53 - feat: use pkg-config to discover well known types and hover on imports
Pull Request -
State: closed - Opened by coder3101 18 days ago
#52 - feat: support reading config from `.protols.toml`
Pull Request -
State: closed - Opened by omar-mohamed-khallaf 25 days ago
#51 - Recursively parse imported proto files to restore across workspace features
Issue -
State: closed - Opened by coder3101 about 1 month ago
#50 - Jump to definition to an import file
Issue -
State: closed - Opened by coder3101 about 1 month ago
- 1 comment
#49 - feat: Read import path and produce import diagnostics
Pull Request -
State: closed - Opened by coder3101 about 1 month ago
#48 - feat: Add import path and tree refactor
Pull Request -
State: closed - Opened by coder3101 about 1 month ago
#47 - chore: release 0.9.0 with misc fixes
Pull Request -
State: closed - Opened by coder3101 about 1 month ago
#46 - Formatter uses stdin instead of filepath
Pull Request -
State: closed - Opened by asafflesch about 2 months ago
- 1 comment
#45 - Jump to definition of well known types
Issue -
State: closed - Opened by coder3101 about 2 months ago
- 1 comment
#44 - feat: Use markdown for hover text and add well known types hover documentations
Pull Request -
State: closed - Opened by coder3101 about 2 months ago
#43 - feat: Add a `--version` cli parameter to check for version
Pull Request -
State: closed - Opened by coder3101 about 2 months ago
#42 - feat: Add hover docs for builtin types:
Pull Request -
State: closed - Opened by coder3101 about 2 months ago
#41 - Error: Language server couldn't provide rename result
Issue -
State: closed - Opened by snarlysodboxer about 2 months ago
- 2 comments
#40 - feat: add find references feature
Pull Request -
State: closed - Opened by coder3101 4 months ago
#39 - fix: false syntax error in edition, reserved field without quote or single quote
Pull Request -
State: closed - Opened by asharkhan3101 4 months ago
#38 - feat: add support for basic proto2
Pull Request -
State: closed - Opened by asharkhan3101 4 months ago
#37 - Support `edition` keyword
Issue -
State: closed - Opened by kansson 4 months ago
- 3 comments
#36 - feat: add protols.toml to configure protols in a workspace
Pull Request -
State: closed - Opened by coder3101 4 months ago
#35 - release: tag 0.6.2
Pull Request -
State: closed - Opened by coder3101 4 months ago
#34 - fix: prefix `.` for fully qualified field names was not working
Pull Request -
State: closed - Opened by coder3101 4 months ago
#33 - fix: Unhandled WorkspaceConfigurationChanged notification
Pull Request -
State: closed - Opened by coder3101 4 months ago
#32 - `protols` quit with exit code 101 and signal 0
Issue -
State: closed - Opened by amountainram 4 months ago
- 3 comments
#31 - bug: split_package_identifier(...) does not take into account `.`
Issue -
State: closed - Opened by coder3101 4 months ago
#30 - Add support for finding references
Issue -
State: closed - Opened by coder3101 4 months ago
- 1 comment
#29 - Imports should be honoured
Issue -
State: closed - Opened by coder3101 4 months ago
#28 - Add true diagnostics from protoc upon file save
Issue -
State: open - Opened by coder3101 4 months ago
#27 - feat: add doc and range formatting if clang-format is available
Pull Request -
State: closed - Opened by coder3101 5 months ago
#26 - feat: add support for renaming across workspace
Pull Request -
State: closed - Opened by coder3101 6 months ago
#25 - Add support for parsing well known types
Issue -
State: closed - Opened by asharkhan3101 6 months ago
#24 - improve: parse workspace in worker thread with progress
Pull Request -
State: closed - Opened by coder3101 6 months ago
#23 - chore: add install instruction for VS code
Pull Request -
State: closed - Opened by coder3101 6 months ago
#22 - Add support to rename symbols across file
Issue -
State: closed - Opened by coder3101 6 months ago
#21 - Add support for workspace symbols
Issue -
State: closed - Opened by coder3101 6 months ago
- 1 comment
#20 - feat: add workspace support
Pull Request -
State: closed - Opened by coder3101 6 months ago
#19 - improve: cache parsed trees for documents
Pull Request -
State: closed - Opened by asharkhan3101 6 months ago
#18 - Jump to definition - other files
Issue -
State: closed - Opened by Solverj 6 months ago
- 2 comments
#17 - bump: version to 0.3.0
Pull Request -
State: closed - Opened by asharkhan3101 7 months ago
#16 - ci: build binaries on publish
Pull Request -
State: closed - Opened by asharkhan3101 7 months ago
#15 - Build native binaries and include in GitHub Releases
Issue -
State: closed - Opened by ianandhum 7 months ago
- 1 comment
#14 - feat: add rename capability
Pull Request -
State: closed - Opened by coder3101 7 months ago
#13 - feat: add completion for keywords
Pull Request -
State: closed - Opened by coder3101 7 months ago
#12 - fix: reserved field error test and update parser
Pull Request -
State: closed - Opened by coder3101 7 months ago
#11 - reserved "field_name" incorrectly reports as error
Issue -
State: closed - Opened by coder3101 7 months ago
Labels: bug
#10 - refactor: reuse code and fix a didClose missing crash
Pull Request -
State: closed - Opened by asharkhan3101 7 months ago
#9 - try to add a document_symbols handler
Pull Request -
State: closed - Opened by emarcotte-dh 7 months ago
- 5 comments
#8 - docs: update readme to use nvim-lspconfig
Pull Request -
State: closed - Opened by asharkhan3101 8 months ago
#7 - docs: Improve README to include a video and fix text
Pull Request -
State: closed - Opened by coder3101 8 months ago
#6 - protols: publish to crates.io
Pull Request -
State: closed - Opened by asharkhan3101 8 months ago
#5 - Publish to crates.io as `protols`
Issue -
State: closed - Opened by asharkhan3101 8 months ago
#4 - Add unit tests for the parser
Issue -
State: closed - Opened by asharkhan3101 8 months ago
#3 - Properly format the Hover text
Issue -
State: closed - Opened by asharkhan3101 8 months ago
- 1 comment
#2 - feat: Add support for go to definition and hover and diagnostics on single file
Pull Request -
State: closed - Opened by coder3101 8 months ago
#1 - docs: Add testing with neovim instructions
Pull Request -
State: closed - Opened by coder3101 8 months ago