Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to save working notes?

Tags:

phpstorm

How can I save my working notes in phpstorm without creating a new file?

I googled so much but couldn't find for this. Please help me. I would like to add some notes about my websites while working.

like image 740
Navin Rauniyar Avatar asked Mar 11 '14 06:03

Navin Rauniyar


People also ask

How do you store work notes?

Sort Notes into Folders/Notebooks The easiest and most obvious way to organize your notes is to sort them into different folders or notebooks by type. If you're still using pen and paper, use separate notebooks for each class, subject, work project, or task.

What is the best way to organize your work notes?

Start with the main idea in the center of your page and then draw branches ending in circles that contain the subtopics connecting out from there. Write bullet points within each of those bubbles to help you keep track of everything you need to remember from the brainstorming session.


1 Answers

There are few ways, that can suit you:

  1. Scratch plugin (third-party, but stable) http://plugins.jetbrains.com/plugin/?idea&id=4428 .

  2. TODO functionality: comments in code, that you can see in special view in IDE: http://blog.jetbrains.com/phpstorm/2013/05/working-with-todo-in-phpstorm/ .

UPD: (Tnx to LazyOne) It's already available under Tools | Create scratch file in 8.0 EAP. http://confluence.jetbrains.com/display/PhpStorm/PhpStorm+Early+Access+Program

like image 62
Kootli Avatar answered Oct 06 '22 22:10

Kootli