Search found 12 matches

by tonechild
10 Aug 2018, 02:35
Forum: ManiaScript
Topic: ManiaScript for Visual Studio Code
Replies: 28
Views: 15712

Re: ManiaScript for Visual Studio Code

Hi, we just got a new update (big thanks to a contributor named Noomaok!!!) with more support and new features for autocompletion etc. I'm really grateful for Noomaok's contribution to the project, and am proud to announce the release.
by tonechild
29 Mar 2017, 01:43
Forum: ManiaScript
Topic: ManiaScript for Visual Studio Code
Replies: 28
Views: 15712

Re: ManiaScript for Visual Studio Code

Woohoo!! Nice to have support from a NADEO team member :) I've started working on the next feature, which will be the language server. If you want to understand what language servers are (as they are vastly different than http servers), why we will use one, etc, I recommend you read this: https://co...
by tonechild
27 Mar 2017, 22:03
Forum: ManiaScript
Topic: ManiaScript for Visual Studio Code
Replies: 28
Views: 15712

Re: ManiaScript for Visual Studio Code

Thanks for sharing that gist :) You should consider contributing and sending a PR! As for the current state of intellisense, I agree with you and am going to improve it upon next release. The next iteration will include some parsing, so intellisense can understand what methods variables have. Anothe...
by tonechild
27 Mar 2017, 10:53
Forum: ManiaScript
Topic: ManiaScript for Visual Studio Code
Replies: 28
Views: 15712

Re: ManiaScript for Visual Studio Code

Happy to declare that intellisense has been added. There is still some tweaking to be done, and adding live parsing as well to allow for intellisense to update. https://github.com/MattMcFarland/vscode-maniascript/raw/master/images/intellisense.gif You can get a copy of this here: https://marketplace...
by tonechild
25 Mar 2017, 05:33
Forum: ManiaScript
Topic: ManiaScript Language Parser (experimental)
Replies: 0
Views: 1172

ManiaScript Language Parser (experimental)

Hi all, I've spent the past few days working almost around the clock on a language parser for ManiaScript. The first phase has been completed and is available for public review. https://github.com/MattMcFarland/maniascript-parser If you have node installed, you can use this to parse your doc.h file ...
by tonechild
25 Mar 2017, 05:26
Forum: ManiaScript
Topic: ManiaScript for Visual Studio Code
Replies: 28
Views: 15712

Re: ManiaScript for Visual Studio Code

Just finished up a parser that creates an AST of the doc.h file, which can be used for a decent amount of intellisense and further language parsing. (planning on using a transform of the AST for yet another parser that should inspect the langauge further, not sure tho) You can see the AST (16k lines...
by tonechild
24 Mar 2017, 02:10
Forum: ManiaScript
Topic: ManiaScript for Visual Studio Code
Replies: 28
Views: 15712

Re: ManiaScript for Visual Studio Code

Hi Zocka! Thanks for your response and also the initial work on this! I also appreciate the updates regarding some of the syntax, as well as some corrections regarding the ones I have. It's a shame they dont have try/catch/finally - I put that in with some hope haha. I'll be sure to add the keywords...
by tonechild
23 Mar 2017, 18:42
Forum: ManiaScript
Topic: ManiaScript for Visual Studio Code
Replies: 28
Views: 15712

Re: ManiaScript for Visual Studio Code

1.0.0 Release! Major deal, but small changes. I've removed the tmLanguage build process from the vscode extension itself, because I plan on reusing it for the atom editor, and I think there should be a single source of truth for tmLanguages The tmLanguage repo is here: https://github.com/MattMcFarla...
by tonechild
23 Mar 2017, 17:04
Forum: ManiaScript
Topic: ManiaScript for Visual Studio Code
Replies: 28
Views: 15712

Re: ManiaScript for Visual Studio Code

Yea! The build script does make things a little bit less transparent - so I may add some documentation around this in the contributing section so others can easily see how this works. I was also thinkinf of removing the .tmLanguage build script alltogether from this repo, and creating another repo t...
by tonechild
23 Mar 2017, 16:54
Forum: ManiaScript
Topic: ManiaScript for Visual Studio Code
Replies: 28
Views: 15712

Re: ManiaScript for Visual Studio Code

I wasn't aware you could use vscode extensions for vs? AFAIK visual studio code is different than visual studio. vscode is 100% free for one :) THe YAML files are using a custom builder, so you would have to use node, then npm install, then npm run build to create the official .tmLanguage files. Hav...

Go to advanced search