Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Setup Notepad++ for python
#1
I don't like the default python editor. In order to edit more than one file you have to have a bunch of windows open, and I want to have an editor that can open all my files in tabs inside one window. So I have notepad++ on my computer and have been doing a little bit with it. I was wondering if there were any plugins that could help with programming python. I know that there is one for tabbing but I was wondering if there are any for things like auto completion, showing function parameters, and helping to find errors in your code. For example, in the default editor if I type "time." or something it will show me a list of completions. Notepad++ does not do this. Are there any plugins that can do stuff like that to help with programming?
Reply
#2
Visual Studio Code has those features.

And yes, it's generally accepted that IDLE is very terrible, and shouldn't be used for... any reason lol
Reply
#3
Yes I have looked at Visual Studio, but my computer will not support it. And after playing with notepad++ I found that I can't copy and paste code properly.(Indention problems that I cant seem to fix.) Are there any other good editors that I could use?
Reply
#4
(Mar-21-2018, 10:36 PM)LavaCreeperKing Wrote: Yes I have looked at Visual Studio, but my computer will not support it.
It's not Visual Studio,but VS Code my quick review.
Reply
#5
I am new to Python and am still using Notepad++, which is my programming editor of choice. I reluctantly use Visual Studio when I need a debugger.

I solved my indenting problems with:
a. settings->preferences->languages
b. on the right side replace (Tabs) by space (and there is a place to enter the number of spaces)

Lewis
To paraphrase: 'Throw out your dead' code. https://www.youtube.com/watch?v=grbSQ6O6kbs Forward to 1:00
Reply
#6
Nice plugins that I use are with NPP:
PyNPP
Python Indent
Python Script

@lewis - you mean Visual Studio or VS Code? Later is really good one and become my editor of choice lately
Reply
#7
Thank you. I am trying VSCode and it seems to be doing what I need.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Question Trouble installing modules/libraries and getting Notepad++ to show cyrillic letters Dragiev 6 2,250 Jul-24-2022, 12:55 PM
Last Post: Dragiev
  Setup Portable Python on Windows for script starts with double clicks? pstein 0 1,819 Feb-18-2022, 01:29 PM
Last Post: pstein
  VSCode Setup and configuring to run with Python apollo 2 3,066 Jan-13-2021, 04:55 PM
Last Post: jefsummers
  Python Idlex setup robsuttonjr 3 3,073 Jan-09-2021, 09:54 PM
Last Post: Gribouillis
  python setup.py install error blackclover 2 7,943 Jan-07-2021, 04:36 AM
Last Post: blackclover
  'python setup.py bdist' gets error on 'compiler_flags' 1780yz 0 2,216 Sep-02-2020, 09:17 PM
Last Post: 1780yz
  Python to setup samuelbachorik 2 2,344 Apr-19-2020, 11:19 AM
Last Post: samuelbachorik
  Variable from notepad problem samuelbachorik 2 2,300 Apr-10-2020, 09:04 AM
Last Post: samuelbachorik
  Arduino / Python Environment Setup - PIP stevealbright 0 2,257 Feb-24-2019, 10:48 PM
Last Post: stevealbright
  run setup.exe from python script with special parameters asheru93 0 2,316 Feb-01-2019, 03:11 PM
Last Post: asheru93

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020