Replies: 3 comments
-
biggest advantage is consistent code formating with correct settings |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have an Angular webapp and use vscode for the majority of my frontend work because its typescript support is second to none in my opinion. Although, if I have a very quick change to make, I will still often open with notepad++ because of how lightweight it is. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Interesting. I deleted notepad++ and just use vs code
Though I did install the notepad++ extension to convert shortcut keys over.
…On Tue, Sep 19, 2023 at 6:25 AM Thomas Harrington ***@***.***> wrote:
I have an Angular webapp and use vscode for the majority of my frontend
work because its typescript support is second to none in my opinion.
Although, if I have a very quick change to make, I will still often open
with notepad++ because of how lightweight it is.
—
Reply to this email directly, view it on GitHub
<#309 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHJ7GLQ5LXDXELGIB52YHR3X3GFNHANCNFSM57DBJ27Q>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been using notepad++ since it came out.
I've just discovered vscode from Microsoft.
It seems to be a combination of code editor, linter, formatter, git bash, powershell and gulp. And other things.
There are hundreds of extensions covering every computer language I know of; CSS, HTML, Javascript, PHP, composer, docker, SCSS, Python, Java and too many more to mention.
As well as several people languages.
Best of all, there are shared configuration settings so the whole team is on the same page as far as formatting and such.
But, each user can still set personal preferences, such as screen color and font size, etc.
Is anyone else using it?
What are your likes/dislikes?
Beta Was this translation helpful? Give feedback.
All reactions