cake-rider icon indicating copy to clipboard operation
cake-rider copied to clipboard

Check feasibility of features from Cake-Vs and Cake-VsCode

Open nils-a opened this issue 4 years ago • 15 comments

Check whether those features are doable or not.

Incomplete list:

  • [x] file icons
  • [x] automatic cake installation
  • [x] bootstrapper installation
  • [x] config file installation
  • [x] *.cake file template
  • [ ] intellisense
  • [ ] debugging cake
  • [x] code snippets
  • [x] in-code task actions (CodeLense)
  • [x] code outline
  • [x] project templates
  • [x] cool background image while editing a *.cake file

nils-a avatar Jan 04 '21 15:01 nils-a

file icons is very possible, see #30

nils-a avatar Jan 04 '21 15:01 nils-a

automatic cake installation should be feasible, see #54

nils-a avatar Jan 09 '21 20:01 nils-a

bootstrapper installation, config file installation and .cake file template should be feasible, see #55

nils-a avatar Jan 09 '21 22:01 nils-a

code outline should be feasible, see #61

nils-a avatar Jan 16 '21 13:01 nils-a

in-code task actions should be feasible, see #62

nils-a avatar Jan 16 '21 13:01 nils-a

project templates are very possible, see #63

nils-a avatar Jan 16 '21 13:01 nils-a

code snippets are very possible, see #64

nils-a avatar Jan 16 '21 13:01 nils-a

cool background image while editing a *.cake file is tricky. Setting an image in the editor is possible, but this image would need to be set when a Cake file is opened and the "old" settings need to be restored when the Cake file is closed. I think. Evaluation of this will be done in #65

nils-a avatar Jan 16 '21 13:01 nils-a

If intellisense + syntax highlighting are not on the roadmap, please mention that in the marketplace plugin description – my hopes have been dashed

forresthopkinsa avatar Feb 01 '21 20:02 forresthopkinsa

@forresthopkinsa sorry to hear that. It's certainly on the roadmap - the fact that the are currently not marked checked in this issue only reflects the fact that I currently have no real good idea on how to get that working.

If you have an idea on how to get that working feel free to drop some pointers 😄

nils-a avatar Feb 01 '21 20:02 nils-a

I wish I did! I'll stay subscribed to this issue to get notified if you ever get that working.

forresthopkinsa avatar Feb 01 '21 21:02 forresthopkinsa

Any chances for debugging support?

Leon99 avatar Aug 03 '22 05:08 Leon99

@Leon99 Sadly, no.

nils-a avatar Aug 03 '22 08:08 nils-a

@Leon99 Sadly, no.

Is that a Rider limitation?

Leon99 avatar Aug 03 '22 08:08 Leon99

Is that a Rider limitation?

I was unable to find an extension point to enable debugging of a custom language in Rider, so "yes".

(On the other hand, it is entirely possible that this is my "fault" for not finding the correct extension point.)

nils-a avatar Aug 03 '22 21:08 nils-a