summaryrefslogtreecommitdiff
path: root/phpinspect-suggest.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
2024-09-14Bump version to 2.1.0Hugo Thunnissen
2024-09-06Add tests for phpinspect-suggest.el and phpinspect-completion.el + improve co...Hugo Thunnissen
2024-09-02Make completion of words more context awareHugo Thunnissen
2024-09-02Add test for suggest-variables-at-point within foreach block + fix bugHugo Thunnissen
2024-09-02Bump version to 2.0.1Hugo Thunnissen
2024-08-31Bump version to 2.0.0Hugo Thunnissen
2024-08-31Implement property cells for more reliable property inheritance modelingHugo Thunnissen
2024-08-31Test and improve typedef index reactivity and lazy loading + fix a bunch of bugsHugo 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-21Bump version to 1.1.0Hugo Thunnissen
2024-08-21Increase version number to 1.0Hugo Thunnissen
2024-08-20Cleanup suggest-attribute scoping codeHugo Thunnissen
2024-08-20prefix unused lexical argumentHugo Thunnissen
2024-08-20Completion: filter out attributes that are not accessible from the current scopeHugo Thunnissen
2024-08-16Refactor use of project root to project obj injection + test and fix some bugsHugo Thunnissen
2024-08-16Resolve types of suggested variable completionsHugo Thunnissen
2024-08-07Fully reindex buffer after saveHugo Thunnissen
2024-08-05Synchronously index classes when listing methods/properties for completionHugo Thunnissen
2024-03-22Strip partially typed attributes from resolvecontext when suggesting attributesHugo 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-07Fix byte compilation warningsHugo Thunnissen
2023-08-07Implement basic support for function indexation and include dirsHugo Thunnissen
2023-08-06Fix all remaining byte compiler warningsHugo Thunnissen
2023-08-01Fix some compilation warningsHugo Thunnissen
2023-07-28Implement strategy pattern for completion backendHugo Thunnissen
2023-07-28Move more functionalities from main file to separate modulesHugo Thunnissen