summaryrefslogtreecommitdiff
path: root/phpinspect-eldoc.el
AgeCommit message (Expand)Author
2025-06-05Bump version to 3.0.1externals/phpinspectHugo Thunnissen
2025-06-05Update copyright headersHugo Thunnissen
2025-05-30Bump version to 3.0.0Hugo Thunnissen
2025-05-22Ensure only one eldoc thread is active at a timeHugo Thunnissen
2025-05-21WIPHugo Thunnissen
2025-05-21Use condition variables to wait for shadow synchronizationHugo Thunnissen
2024-10-29Fix bug in buffer-shadow synchronization + make eldoc function asyncHugo Thunnissen
2024-10-02WIP shadow bufferHugo Thunnissen
2024-09-28Improve performance of parser (and phpinspect-meta)Hugo Thunnissen
2024-09-28Refactor bmap: remove overlays and use metadata tree insteadHugo Thunnissen
2024-09-14Bump version to 2.1.0Hugo Thunnissen
2024-09-02Bump version to 2.0.1Hugo Thunnissen
2024-08-31Bump version to 2.0.0Hugo Thunnissen
2024-08-31Fix compilation errors and fix tests for phpinspect-imports.elHugo Thunnissen
2024-08-31Implement property cells for more reliable property inheritance modelingHugo Thunnissen
2024-08-31Replace phpinspect--class with new phpinspect-typedef structureHugo Thunnissen
2024-08-31Bump version to 1.2.1Hugo Thunnissen
2024-08-22Bump version to 1.2.0Hugo Thunnissen
2024-08-21Add testcase for derived statement starting with function + fix bugHugo Thunnissen
2024-08-21Bump version to 1.1.0Hugo Thunnissen
2024-08-21Increase version number to 1.0Hugo Thunnissen
2024-08-19Use when-let to prevent attempting to fetch nil typeHugo Thunnissen
2024-08-19Implement indexation and resolving of @param annotation typesHugo Thunnissen
2024-08-16Refactor use of project root to project obj injection + test and fix some bugsHugo Thunnissen
2024-08-16Use `phpinspect--display-format-type-name' as standardized propertized stringHugo Thunnissen
2024-08-16Add eldoc for sigil variables and allow display of multiple eldoc resultsHugo Thunnissen
2024-08-05Synchronously index classes when fetching for eldoc hintsHugo Thunnissen
2023-08-20Implement stub index for builtin functions and typesHugo Thunnissen
2023-08-15Update copyright statements and apply some code style improvementsHugo Thunnissen
2023-08-15Fix all byte compilation warnings and errors (for real this time (probably))Hugo Thunnissen
2023-08-14Exclude comments from eldoc statementHugo Thunnissen
2023-08-14Keep index synchronized with buffer stateHugo Thunnissen
2023-08-07Fix byte compilation warningsHugo Thunnissen
2023-08-07Fix a variety of bugsHugo Thunnissen
2023-08-07Implement basic support for function indexation and include dirsHugo Thunnissen
2023-08-02Add Cask configuration and fix some compilation warningsHugo Thunnissen
2023-08-01Use metadata tree instead of hash table for token lookupHugo Thunnissen
2023-07-31Optimize splay tree and use it to store token's childrenHugo Thunnissen
2023-07-30Implement eldoc for object attributesHugo Thunnissen
2023-07-28Move more functionalities from main file to separate modulesHugo Thunnissen
2023-07-27Exclude "return" from resolvecontext subject + count comma at point for eldoc...Hugo Thunnissen
2023-07-27Implement strategy pattern for phpinspect-eldoc-functionHugo Thunnissen