Found some time yesterday to add some more features for Sublime that help 3dgs users. I also wrote a small step by step guide on how to configure sublime for 3dgs.
What is it?
-----------
This is a tutorial on how to configure Sublime(a very nice IDE for many programming languages) to use with 3dgs.
If you follow this step by step guide, you will be able to build your project in sublime and even jump
to the compilation errors if there are.
Further more, there is a autocomplete list. You are able to show the 3dgs functions and variables
with ctrl+space and you can even switch through the function parameters with tab.
Last but not least, there is a help function. If you want to get help of the function,
where the cursor is at, you can press F1 and you will have the option to check the manual, the 3dgs forums or google.
Finally,
Here the guide + downloads:
https://bitbucket.org/krial057/sublime-config-for-3dgs/overviewregards, Alain