summaryrefslogtreecommitdiff
path: root/phpinspect-type.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-02-03fix: prevent errors caused by (for now unsupported) anonymous classesHugo Thunnissen
2024-11-20Fix bug in indexation and index-deletion of in-buffer constantsHugo Thunnissen
2024-10-29Fix compilation warningsHugo Thunnissen
2024-09-28Refactor s/filename/file-name/g; s/typename/type-name/g + fix a bugHugo Thunnissen
2024-09-23Implement automatic re-indexation of autoloader + refactor phpinspect-nameHugo Thunnissen
2024-09-20Finish buffer refactoringHugo Thunnissen
2024-09-19BROKEN/WIP: change parsing of type definitionsHugo Thunnissen
2024-09-14Bump version to 2.1.0Hugo Thunnissen
2024-09-10Add interactive function to insert a type name and auto-import itHugo Thunnissen
2024-09-06Add tests for phpinspect-suggest.el and phpinspect-completion.el + improve co...Hugo Thunnissen
2024-09-03Exclude self from typedef dependenciesHugo Thunnissen
2024-09-02Fix compilation errorsHugo Thunnissen
2024-09-02Make completion of words more context awareHugo Thunnissen
2024-09-02Bump version to 2.0.1Hugo Thunnissen
2024-08-31Bump version to 2.0.0Hugo Thunnissen
2024-08-31Memoize type display nameHugo Thunnissen
2024-08-31Optimize process of checking for/loading type dependenciesHugo 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-31WIP: (method-cell) Basic infrastructure for nuanced method inheritanceHugo 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-19Add tests for aliased imports + fix bugsHugo Thunnissen
2024-08-19Implement parsing and indexation of @throws annotationsHugo Thunnissen
2024-08-19Implement indexation and resolving of @param annotation typesHugo Thunnissen
2024-08-17Test + improve `phpinspect-fix-imports' (and parse enums as classes)Hugo 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-14Implement removal of unused imports in `phpinspect-fix-imports'Hugo Thunnissen
2024-08-07Fully reindex buffer after saveHugo Thunnissen
2024-08-04Fix namespace resolution bug in phpinspect-fix-importsHugo Thunnissen
2024-08-04Add some documentation for phpinspect-meta objectsHugo Thunnissen
2023-08-22Use `defvar' instead of `defconst' for variables that are actually changed du...Hugo Thunnissen
2023-08-20Implement stub index for builtin functions and typesHugo Thunnissen
2023-08-16Use class-keyword handler regexp when extracting class name from declarationHugo 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-14Keep index synchronized with buffer stateHugo Thunnissen
2023-08-07Implement basic support for function indexation and include dirsHugo Thunnissen
2023-08-06Fix all remaining byte compiler warningsHugo Thunnissen
2023-07-30Implement eldoc for object attributesHugo Thunnissen
2023-07-28Implement strategy pattern for completion backendHugo Thunnissen
2023-07-28Move more functionalities from main file to separate modulesHugo Thunnissen
2023-02-18Implement array member type inferenceHugo Thunnissen