Best IDE for Monkey C? #29
Unanswered
SandervanGeel
asked this question in
Q&A
Replies: 1 comment
-
Hi! Thanks for your message. I'm also using Visual Studio Code with the Monkey C plugin and experiencing the same behavior you described. I'm not surprised because monkey C is duck typed. I spent considerable time setting up the types in my application, so I can use the "strict" mode of the compiler. I find it very valuable to catch errors early in the development process. But this is not mandatory, and I think many users are less concerned with type safety. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
First of all nice application! I have started creating my own application for score keeping in different sport.
I am developing in visual studio code with the monkey c plugin.
The main struggles I have with this IDE is that auto completion is not working as I expect and the find reference / implementation does not seem to work:


auto completion:

What IDE do you use and which plugins did you install?
Beta Was this translation helpful? Give feedback.
All reactions