First time here? Check out the FAQ!
1

Angular/React Support

Hi!

While I know that WING IDE is built for Python development and it does a fantastic job at that. I was just wondering if there are any plans for improving support for Javascript frameworks such as Angular or React? I noticed you can not select Typescript as the file type, the best bet is Javascript but then you do not get Syntax highlighting for keywords such as let. Is there a way to customize this or write a custom file? Also if I use, mat-card /mat-card in the HTML from Angular Material for example, it is red, so I am assuming it is not detecting correctly.

Apart from that, great, editor for Python and I will continue to use it! I jsut think it would be ideal with better Javascript support.

Thanks!

Sylius's avatar
23
Sylius
asked 2021-06-14 23:19:47 -0500
Wingware Support's avatar
4k
Wingware Support
updated 2021-06-15 08:58:23 -0500
edit flag offensive 0 remove flag close merge delete

Comments

1

+1 I am unable to upvote the question and answer. I use Django, and Wing IDE is awesome for the python work. However because it's Django, the project has a LOT of javascript and html in its templates. I think highlighting and linting for that code would be incredible, and frnakly I'm puzzled as to why it isn't there already. Maybe Wing isn't popular for Django work?

kgeographer's avatar kgeographer (2021-08-25 19:24:49 -0500) edit

Our focus at Wingware is on Python. We do have some support for Javascript and plan to improve it in the future, but our focus will continue to be on Python.

Wingware Support's avatar Wingware Support (2021-08-26 09:37:44 -0500) edit
add a comment see more comments

2 Answers

0

How about integrating an ESlint with wing as it seems to be done in PyCharm.

piscvau's avatar
486
piscvau
answered 2021-10-01 04:49:12 -0500
edit flag offensive 0 remove flag delete link

Comments

I am not an expert in the area at all but I read this in the Django recommendation for extensions in javascript used in the admin. It is Here https://docs.djangoproject.com/en/dev....

piscvau's avatar piscvau (2021-10-01 05:00:20 -0500) edit

Unfortunately, integrating ESLint or other Javascript extensions is not something we'll be working on in the near term.

Wingware Support's avatar Wingware Support (2021-10-01 09:25:21 -0500) edit
add a comment see more comments
0

We'll try to update our Javascript syntax highlighting support soon, probably adding the ability to define keyword lists.

Wingware Support's avatar
4k
Wingware Support
answered 2021-06-15 09:08:09 -0500
edit flag offensive 0 remove flag delete link

Comments

This would be great, thanks!

Sylius's avatar Sylius (2021-06-15 09:24:16 -0500) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer