Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code completion could work better #39

Open
bzawadka opened this issue Feb 5, 2023 · 3 comments
Open

Code completion could work better #39

bzawadka opened this issue Feb 5, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@bzawadka
Copy link

bzawadka commented Feb 5, 2023

👍 the plugin is great, installation was smooth (Idea IntelliJ IDEA 2022.3.2 Community, Win 10 Home), and I enjoy using it! bug report below:

steps to reproduce

  1. edit .lisp file
  2. type defpar
  3. press `Tab key

image

expected behavior

  • code completion should transform defpar into to defparameter;
(defparameter )
  • cursor position should be after the white space, and before closing bracket

actual behavior

  • code completion did not work
  • "tip" pop-up was closed, cursor position stayed in the current position
    image
@bzawadka bzawadka changed the title Code completion could work slightly better Code completion could work better Feb 5, 2023
@Enerccio
Copy link
Owner

Enerccio commented Feb 5, 2023

I will check it out on windows but tab works fine in IU on linux

@Enerccio Enerccio added the bug Something isn't working label Feb 5, 2023
@Enerccio
Copy link
Owner

I think it depends on context. For me it sometimes works with tab or with space (no idea why, this is intellij provided function), I will investigate more.

@bzawadka
Copy link
Author

Cool, thanks for checking; I'll play with it more as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants