Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support JavaScript on IntelliJ #1301

Merged
merged 15 commits into from
Apr 19, 2023
Merged

Support JavaScript on IntelliJ #1301

merged 15 commits into from
Apr 19, 2023

Conversation

t4lz
Copy link
Member

@t4lz t4lz commented Apr 14, 2023

Add support for Node.js on IntelliJ #1284

For some reason, the class that can be extended for node's run configuration extension point is a bit different than those of other languages/IDEs, so this works a bit differently than our other extension points.
This abstract class we have to extend forces us to override methods like resetEditorFrom, and right now we don't do anything there, and we still don't exactly know if this could be a problem for editing node run configurations.
In superficial tests I did not find any problem.

Leaving this here:
Some resources I used, for documentation

@t4lz t4lz force-pushed the node-brains branch 3 times, most recently from e4ee3bb to 5255dcf Compare April 19, 2023 12:31
@t4lz t4lz marked this pull request as ready for review April 19, 2023 15:04
Copy link
Member

@aviramha aviramha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job!

@t4lz t4lz added this pull request to the merge queue Apr 19, 2023
Merged via the queue into metalbear-co:main with commit 35fa4fa Apr 19, 2023
@t4lz t4lz deleted the node-brains branch April 19, 2023 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants