-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Check feasibility of features from Cake-Vs and Cake-VsCode #32
Comments
file icons is very possible, see #30 |
automatic cake installation should be feasible, see #54 |
bootstrapper installation, config file installation and .cake file template should be feasible, see #55 |
code outline should be feasible, see #61 |
in-code task actions should be feasible, see #62 |
project templates are very possible, see #63 |
code snippets are very possible, see #64 |
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 |
If intellisense + syntax highlighting are not on the roadmap, please mention that in the marketplace plugin description – my hopes have been dashed |
@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 😄 |
I wish I did! I'll stay subscribed to this issue to get notified if you ever get that working. |
Any chances for debugging support? |
@Leon99 Sadly, no. |
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.) |
Check whether those features are doable or not.
Incomplete list:
The text was updated successfully, but these errors were encountered: