
I'm curious what IDE everybody uses? I've adapted to Visual Studio, though haven't done much with Python in it. Could IntelliSense integration be a possibility?
Actually, you can do that with Notepad++ as well. To run the program with a Python interpreter you only need to install a plugin.Mahi wrote:changing settings, run your program through python interpreter, open internet browser for HTML viewing, etc...
Notepad++ too.Mahi wrote:Sublime also has multiple cursors.
Notepad++ also has a plugin manager and AFAIK the plugin are written in Python.Mahi wrote:You download Plugin Manager by executing one command through the Sublime's console, and then you can download any plugin by accessing your command palette (Ctrl+P remember?) and just type "ins plu" or "inst plug" or anything that resembles "install plugins". You then get a list of all plugins available on GitHub (it downloads them directly from GitHub) and you can search for plugins right through Sublime.
Oh, did I mention? They're all coded in Python. So you can code your own anytime you want.
Ayuto wrote:Actually, you can do that with Notepad++ as well. To run the program with a Python interpreter you only need to install a plugin.Notepad++ too.Mahi wrote:Sublime also has multiple cursors.
https://notepad-plus-plus.org/features/multi-editing.htmlNotepad++ also has a plugin manager and AFAIK the plugin are written in Python.Mahi wrote:You download Plugin Manager by executing one command through the Sublime's console, and then you can download any plugin by accessing your command palette (Ctrl+P remember?) and just type "ins plu" or "inst plug" or anything that resembles "install plugins". You then get a list of all plugins available on GitHub (it downloads them directly from GitHub) and you can search for plugins right through Sublime.
Oh, did I mention? They're all coded in Python. So you can code your own anytime you want.
I might take a look at Sublime Text 3. Maybe there are really some neat features that don't exist in Notepad++.
Ayuto wrote:Notepad++ also has a plugin manager and AFAIK the plugin are written in Python.
I don't see how is Notepad++ better at reading projects than Sublime? I'm not saying Sublime is better than Notepad++ either, I mean, you're just reading text? But if you're already using Sublime, why have Notepad++ too? Just curious.Predz wrote:For managing your own projects I advice using Sublime Text, as Mahi said, the ease of use in this product is crazy. I still have Notepad ++ installed specifically for reading other peoples projects and it is good, but still prefer Sublime for the ease of use when wanting to modify a whole project.
Return to “Plugin Development Support”
Users browsing this forum: No registered users and 100 guests