summaryrefslogtreecommitdiff
path: root/phpinspect.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-22Remove unneeded variables, remove worker pausing code and remove company-backendHugo Thunnissen
2024-10-29Fix bug in buffer-shadow synchronization + make eldoc function asyncHugo Thunnissen
2024-10-02WIP shadow bufferHugo Thunnissen
2024-09-28Implement auto-insert-mode integrationHugo Thunnissen
2024-09-28Implement "classmap" autoload directiveHugo Thunnissen
2024-09-23Implement automatic re-indexation of autoloader + refactor phpinspect-nameHugo 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-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-16Refactor use of project root to project obj injection + test and fix some bugsHugo Thunnissen
2024-08-07Fully reindex buffer after saveHugo Thunnissen
2023-08-31Add #'phpinspect-fix-imports to mode keymapHugo Thunnissen
2023-08-20Implement stub index for builtin functions and typesHugo Thunnissen
2023-08-17Add separate interactive function to refresh project autoloaderHugo Thunnissen
2023-08-16Apply overall code quality improvementsHugo Thunnissen
2023-08-15Update copyright statements and apply some code style improvementsHugo Thunnissen
2023-08-14Remove debug statement for company backendHugo Thunnissen
2023-08-14Keep index synchronized with buffer stateHugo Thunnissen
2023-08-07Add custom variables for worker and pipeline pause timeHugo Thunnissen
2023-08-07Remove obsolete function and add some documentation to mode doc stringHugo Thunnissen
2023-08-07Implement completion-at-point functionHugo 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-06Give `phpinspect-buffer' responsibility over buffer indexationHugo Thunnissen
2023-08-05Make project indexation asynchronous using `phpinspect-pipeline'Hugo Thunnissen
2023-08-02Add Cask configuration and fix some compilation warningsHugo Thunnissen
2023-08-01Make parse context cancellable and restore state after interruptHugo Thunnissen
2023-07-28Implement strategy pattern for completion backendHugo Thunnissen
2023-07-28Move more functionalities from main file to separate modulesHugo Thunnissen
2023-07-27Implement strategy pattern for phpinspect-eldoc-functionHugo Thunnissen
2023-07-22Limit token lookback range and start completion from the first non-blank char...Hugo Thunnissen
2023-07-16Implement parser interruption on user inputHugo Thunnissen
2023-07-16Implement Incremental ParsingHugo Thunnissen
2023-07-02Make file contents insertion asynchronous in background threadsHugo Thunnissen
2023-07-02Refactor phpinspect--project to phpinspect-projectHugo Thunnissen
2023-02-23Test/fix type inference of objects in nested arraysHugo Thunnissen
2023-02-18Alter interpret-expression-type to interpret array-member assignmentHugo Thunnissen
2023-02-18Remove commented code + tidy some formattingHugo Thunnissen
2023-02-18Implement array member type inferenceHugo Thunnissen
2022-11-05Disable auto-reindexing by defaultHugo Thunnissen
2022-11-01Transition from index script to autoloaderHugo Thunnissen