Mikael Kermorgant
Mikael Kermorgant
Hi, In a monorepo setup based on nx with separate next.js apps sharing a central `tailwind-workspace-preset.js` (inspired by [this doc](https://dev.to/nx/setup-next-js-to-use-tailwind-with-nx-4d57)), lsp-tailwindcss often fails to activate because many css files don't...
Hello, First, thanks for this package ! In fact, my issue is more with phpactor.el's `phpactor-find-references` function but having written it, I thought I'd ask for advice here. I hope...
I wanted to see how it would behave. ~~attention, this is based on branch feature/phpactor-executable-defcustom-take2~~
I'm not really happy to change such a global variable but I did not find a working solution to have it changed only temporarily. fixes #123
Currently, the output of 'phpactor-status' is shown in the minibuffer. The max height of the minibuffer is governed by the value of "max-mini-window-height". By default, it is a float and...
currently, phpactor-find-references opens a separate buffer, listing all references * [ ] integrate with ivy (inspiration could be taken [herefrom](https://github.com/ensime/ensime-emacs/blob/34eb11dac3ec9d1c554c2e55bf056ece6983add7/ensime-editor.el#L864) * [x] make buffer with references easily closable (like pressing...
Having used this package for a while, I find it globally quite usable, and believe phpactor is a really good solution for completion. Thus, I'd like to focus on making...
When working with interfaces, you might be tempted to use `goto-definition` to look into an implementation of the interface. Would be great to show a list consisting of the interface...
if the number of suggested candidates reaches the limit, the desired candidate might be missing. If that occurs, caching should not be used when typing more characters of the completed...