You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We are using jbase as DB connected on T24(Transact) Core Banking, Since VS studio code is very flexible on adding user snippets. I've added the common functions in T24
Describe the solution you'd like
Add new language T24 as language or linked the user snippets on extension
Describe alternatives you've considered
Downloadable mvbasic.json than can be added as user snippets
Hi @silvergem! Thanks for taking the time to submit this. If you're open to going a little further, here's what is ultimately involved in adding a new language type:
Optionally, a snippets file such as the one you've included above or snippets-jbase.json
At the moment, the most important is that first item--the language definition file. That is what is used to drive IntelliSense for the language. Since the version of jBASE we have defined at the moment is the official Zumasys distribution, I could see merit in defining a T24 jBASE type as well. If you're game for it, we'd love the assist in getting it defined and contributed! The syntax highlighting could come later on, as issue #14 still needs to be completed in order to have the highlighting changed dynamically when the user changes the language type in the settings.
Is your feature request related to a problem? Please describe.
We are using jbase as DB connected on T24(Transact) Core Banking, Since VS studio code is very flexible on adding user snippets. I've added the common functions in T24
Describe the solution you'd like
Add new language T24 as language or linked the user snippets on extension
Describe alternatives you've considered
Downloadable mvbasic.json than can be added as user snippets
Additional context
mvbasic_20201027_162502.zip
The text was updated successfully, but these errors were encountered: