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

Are there docs anywhere? #103

Open
ipsod opened this issue Oct 12, 2021 · 0 comments
Open

Are there docs anywhere? #103

ipsod opened this issue Oct 12, 2021 · 0 comments
Assignees

Comments

@ipsod
Copy link

ipsod commented Oct 12, 2021

Is there any sort of documentation?

I want a list showing how to use each item on the intelephense feature list.

I'll just copy and paste that list here and start filling it in:
edit I just realized this would be better as a section of a vimrc file, but no time to modify right now.

Workspace Symbols

  • ???

Document Symbols

  • ???

Go To Definition

  • nmap <silent> gd <Plug>(coc-definition)

Completion

  • ???

Signature Help

  • ???

Hover

  • ???

Document Highlight

  • ???

Find All References

  • ???

Document and Range Formatting

  • ???

Rename -- PREMIUM

  • nmap <leader>rn <Plug>(coc-rename)

Code Folding -- PREMIUM

  • set foldmethod=manual
  • :Fold - creates folds
  • now, folding should work as usual
  • TODO: make Vim call :Fold automatically on open/paste/cut/replace/...

Find all Implementations -- PREMIUM

  • nmap <silent> gi <Plug>(coc-implementation)

Go to Declaration -- PREMIUM

  • ???

Go to Type Definition -- PREMIUM

  • nmap <silent> gy <Plug>(coc-type-definition)

Smart Selection -- PREMIUM

  • ???

PHP Doc Block Generation -- PREMIUM

  • ???

missing features?
Go To References

  • nmap <silent> gr <Plug>(coc-references)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants